diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-02-15 08:29:46 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-02-15 08:34:02 -0300 |
commit | da11d6d9e868db674cb18ced0544c84e3356be8d (patch) | |
tree | cfc9ce1235e34c0fee160e00c340a1163474a024 /modules/gridmap/config.py | |
parent | d7fd86d51aadda665667c88dca657993f0de14d7 (diff) | |
download | redot-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.py | 3 |
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): |