From e0019453a227036660e90f67e8df8207fcb48b46 Mon Sep 17 00:00:00 2001 From: Karroffel Date: Sat, 14 Oct 2017 18:05:01 +0200 Subject: update ARVRInterfaceGDNative to use API struct --- modules/gdnative/nativescript/nativescript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdnative/nativescript') 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() -- cgit v1.2.3