aboutsummaryrefslogtreecommitdiff
path: root/platform/android/globals/global_defaults.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2014-05-04 22:50:23 -0300
committerJuan Linietsky2014-05-04 22:50:23 -0300
commit72ae89c5aa8da9110ec8f89e5558d5d04935f3b5 (patch)
tree453b2c8b8cc0edc588cee2dd3e440b30ff729ae2 /platform/android/globals/global_defaults.cpp
parent3c17e0c91548299b60a6d3998eadb303418512cc (diff)
downloadgodot-72ae89c5aa8da9110ec8f89e5558d5d04935f3b5.tar.gz
godot-72ae89c5aa8da9110ec8f89e5558d5d04935f3b5.tar.zst
godot-72ae89c5aa8da9110ec8f89e5558d5d04935f3b5.zip
Diffstat (limited to 'platform/android/globals/global_defaults.cpp')
-rw-r--r--platform/android/globals/global_defaults.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/globals/global_defaults.cpp b/platform/android/globals/global_defaults.cpp
index c6f852a59..9bde79e63 100644
--- a/platform/android/globals/global_defaults.cpp
+++ b/platform/android/globals/global_defaults.cpp
@@ -7,7 +7,7 @@ void register_android_global_defaults() {
GLOBAL_DEF("rasterizer.Android/use_fragment_lighting",false);
GLOBAL_DEF("display.Android/driver","GLES2");
- GLOBAL_DEF("rasterizer.Android/trilinear_mipmap_filter",false);
+// GLOBAL_DEF("rasterizer.Android/trilinear_mipmap_filter",false);
Globals::get_singleton()->set_custom_property_info("display.Android/driver",PropertyInfo(Variant::STRING,"display.Android/driver",PROPERTY_HINT_ENUM,"GLES1,GLES2"));
}