diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2017-11-10 13:09:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 13:09:06 +0100 |
commit | fb60662cd95b0924e9b93ae27b768e0fbbbcf417 (patch) | |
tree | 421740b46d0e4ee33c63deff86b01e3e97574083 | |
parent | f04665f881725934c395c6806c7adb7468a5b88a (diff) | |
parent | 6d6208c63d05aa3bc0002350762248058780dc56 (diff) |
Merge pull request #12807 from karroffel/gdnative-api-struct-refactor
[GDNative] renamed nativearvr to arvr in api.json
-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 |