aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/nativescript.cpp
diff options
context:
space:
mode:
authorKarroffel2017-10-14 18:05:01 +0200
committerKarroffel2017-10-14 18:18:02 +0200
commite0019453a227036660e90f67e8df8207fcb48b46 (patch)
tree8a57f3080fbe4f028e8203a135b6843283d80888 /modules/gdnative/nativescript/nativescript.cpp
parente568f80e6ee61407dfe7f403f123679ec55b1e53 (diff)
downloadgodot-e0019453a227036660e90f67e8df8207fcb48b46.tar.gz
godot-e0019453a227036660e90f67e8df8207fcb48b46.tar.zst
godot-e0019453a227036660e90f67e8df8207fcb48b46.zip
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.cpp')
-rw-r--r--modules/gdnative/nativescript/nativescript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp
index f1b82e4e6..7e3a7c8e9 100644
--- a/modules/gdnative/nativescript/nativescript.cpp
+++ b/modules/gdnative/nativescript/nativescript.cpp
@@ -438,7 +438,7 @@ NativeScript::~NativeScript() {
#endif
}
- ////// ScriptInstance stuff
+////// ScriptInstance stuff
#define GET_SCRIPT_DESC() script->get_script_desc()