1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

update ARVRInterfaceGDNative to use API struct

This commit is contained in:
Karroffel
2017-10-14 18:05:01 +02:00
parent e568f80e6e
commit e0019453a2
7 changed files with 145 additions and 456 deletions

View File

@@ -438,7 +438,7 @@ NativeScript::~NativeScript() {
#endif
}
////// ScriptInstance stuff
////// ScriptInstance stuff
#define GET_SCRIPT_DESC() script->get_script_desc()