summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/config.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-02-15 08:29:46 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-02-15 08:34:02 -0300
commitda11d6d9e868db674cb18ced0544c84e3356be8d (patch)
treecfc9ce1235e34c0fee160e00c340a1163474a024 /modules/gridmap/config.py
parentd7fd86d51aadda665667c88dca657993f0de14d7 (diff)
downloadredot-engine-da11d6d9e868db674cb18ced0544c84e3356be8d.tar.gz
Many fixes to make exported scenes work better, still buggy.
Diffstat (limited to 'modules/gridmap/config.py')
-rw-r--r--modules/gridmap/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gridmap/config.py b/modules/gridmap/config.py
index 1ab13c4aeb..5698a37295 100644
--- a/modules/gridmap/config.py
+++ b/modules/gridmap/config.py
@@ -1,8 +1,7 @@
def can_build(platform):
- # FIXME: Disabled temporary for gles3 implementation
- return False
+ return True
def configure(env):