diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-09 09:44:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 09:44:24 +0200 |
commit | c5f71ecc6a60e5a92a1f711a1368e051d4824b25 (patch) | |
tree | 9b77798e59f05f968c26649ef9bafd6f0c5def2f /modules/gdnative/SCsub | |
parent | 23d786d6fbcd374f464155c5f17f1951a664ece9 (diff) | |
parent | afc8c6391ccc2d3d69dcad0d93b2639bfe77dc55 (diff) |
Merge pull request #37694 from BastiaanOlij/arvr_to_xr
The great ARVR to XR rename!
Diffstat (limited to 'modules/gdnative/SCsub')
-rw-r--r-- | modules/gdnative/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub index a788175b07..cab05549d2 100644 --- a/modules/gdnative/SCsub +++ b/modules/gdnative/SCsub @@ -17,7 +17,7 @@ env_gdnative.Prepend(CPPPATH=["#modules/gdnative/include/"]) Export("env_gdnative") SConscript("net/SCsub") -SConscript("arvr/SCsub") +SConscript("xr/SCsub") SConscript("pluginscript/SCsub") SConscript("videodecoder/SCsub") |