diff options
| author | Thomas Herzog | 2017-10-15 13:08:23 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-15 13:08:23 +0200 |
| commit | 066d7c37bcfe074e73cd6f3846be64fff54f3eca (patch) | |
| tree | b439cdaefa07819d468883bdd4879d34be2f5375 /modules/gdnative/include | |
| parent | 6d380b04f27c648b1ebebf6afb0cce261625f205 (diff) | |
| parent | c6ce73c68046b3061d753f4bfc5962377236c232 (diff) | |
| download | godot-066d7c37bcfe074e73cd6f3846be64fff54f3eca.tar.gz godot-066d7c37bcfe074e73cd6f3846be64fff54f3eca.tar.zst godot-066d7c37bcfe074e73cd6f3846be64fff54f3eca.zip | |
Merge pull request #12105 from BastiaanOlij/arvr_auto_register_gdnative
Couple of small changes so our ARVRInterfaceGDNative gets constructed…
Diffstat (limited to 'modules/gdnative/include')
| -rw-r--r-- | modules/gdnative/include/nativearvr/godot_nativearvr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/nativearvr/godot_nativearvr.h b/modules/gdnative/include/nativearvr/godot_nativearvr.h index ee557843c..1a8970d39 100644 --- a/modules/gdnative/include/nativearvr/godot_nativearvr.h +++ b/modules/gdnative/include/nativearvr/godot_nativearvr.h @@ -54,7 +54,7 @@ typedef struct { void (*process)(void *); } godot_arvr_interface_gdnative; -void GDAPI godot_arvr_register_interface(const char *p_name, const godot_arvr_interface_gdnative *p_interface); +void GDAPI godot_arvr_register_interface(const godot_arvr_interface_gdnative *p_interface); // helper functions to access ARVRServer data godot_real GDAPI godot_arvr_get_worldscale(); |
