aboutsummaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
diff options
context:
space:
mode:
authorkarroffel2017-12-04 13:41:34 +0100
committerkarroffel2018-03-01 15:12:30 +0100
commiteac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf (patch)
treebdd2fc1a9a678422b37513a83f9bd842de532145 /modules/mobile_vr/config.py
parent7f3024d343aa1b14641ad5a7b56efaa1501550cf (diff)
downloadgodot-eac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf.tar.gz
godot-eac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf.tar.zst
godot-eac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf.zip
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r--modules/mobile_vr/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py
index 4e1155f0c..aa8ef111d 100644
--- a/modules/mobile_vr/config.py
+++ b/modules/mobile_vr/config.py
@@ -1,6 +1,6 @@
def can_build(platform):
# should probably change this to only be true on iOS and Android
- return True
+ return False
def configure(env):
pass