summaryrefslogtreecommitdiff
path: root/modules/bullet/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bullet/config.py')
-rw-r--r--modules/bullet/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bullet/config.py b/modules/bullet/config.py
index be7cf74f6f..83605f1f9b 100644
--- a/modules/bullet/config.py
+++ b/modules/bullet/config.py
@@ -1,6 +1,7 @@
def can_build(env, platform):
# API Changed and bullet is disabled at the moment
return False
+ # Later change to return not env["disable_3d"]
def configure(env):