1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Couple of small changes so our ARVRInterfaceGDNative gets constructed and registered automatically when a module loads

This commit is contained in:
BastiaanOlij
2017-10-15 09:58:36 +11:00
parent b005c5fcec
commit c6ce73c680
5 changed files with 12 additions and 48 deletions

View File

@@ -5234,7 +5234,6 @@
"name": "godot_arvr_register_interface",
"return_type": "void",
"arguments": [
["const char *", "p_name"],
["const godot_arvr_interface_gdnative *", "p_interface"]
]
},