diff options
author | Karroffel <therzog@mail.de> | 2017-11-10 13:06:32 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-11-10 13:08:19 +0100 |
commit | 6d6208c63d05aa3bc0002350762248058780dc56 (patch) | |
tree | ec64af659a5b90e908b07dc14ee06546b4fe4825 /modules/gdnative | |
parent | 79285b084df425cadb23da21bc04c08c300d6cad (diff) |
[GDNative] renamed nativearvr to arvr in api.json
Diffstat (limited to 'modules/gdnative')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index da32dc06e8..770fb429c7 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5693,8 +5693,8 @@ } ] }, - "nativearvr": { - "type": "NATIVEARVR", + "arvr": { + "type": "ARVR", "version": { "major": 1, "minor": 0 |