diff options
author | Karroffel <therzog@mail.de> | 2017-10-14 18:05:01 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-10-14 18:18:02 +0200 |
commit | e0019453a227036660e90f67e8df8207fcb48b46 (patch) | |
tree | 8a57f3080fbe4f028e8203a135b6843283d80888 /modules/gdnative/nativescript | |
parent | e568f80e6ee61407dfe7f403f123679ec55b1e53 (diff) |
update ARVRInterfaceGDNative to use API struct
Diffstat (limited to 'modules/gdnative/nativescript')
-rw-r--r-- | modules/gdnative/nativescript/nativescript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp index f1b82e4e60..7e3a7c8e9e 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() |