summaryrefslogtreecommitdiff
path: root/platform/android/globals
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/globals')
-rw-r--r--platform/android/globals/global_defaults.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/globals/global_defaults.cpp b/platform/android/globals/global_defaults.cpp
index 9bde79e63c..84a586d22d 100644
--- a/platform/android/globals/global_defaults.cpp
+++ b/platform/android/globals/global_defaults.cpp
@@ -6,6 +6,7 @@
void register_android_global_defaults() {
GLOBAL_DEF("rasterizer.Android/use_fragment_lighting",false);
+ GLOBAL_DEF("rasterizer.Android/fp16_framebuffer",false);
GLOBAL_DEF("display.Android/driver","GLES2");
// GLOBAL_DEF("rasterizer.Android/trilinear_mipmap_filter",false);