summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-22 01:19:50 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-22 01:19:50 +0300
commit1547aee3088cab359ac16f884dcd65a6770925ea (patch)
tree3be3e56b9846f6658e10eb75f2c5da44d7f24256 /src/gui/setup_other.cpp
parent972bbd781838c9150f87aad7c96c6bbd74a68e06 (diff)
downloadplus-1547aee3088cab359ac16f884dcd65a6770925ea.tar.gz
plus-1547aee3088cab359ac16f884dcd65a6770925ea.tar.bz2
plus-1547aee3088cab359ac16f884dcd65a6770925ea.tar.xz
plus-1547aee3088cab359ac16f884dcd65a6770925ea.zip
Disable for now FBO support on Android.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 707d5fa4a..2d6febe60 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -256,8 +256,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemCheckBox(_("Hide shield sprite"), "", "hideShield",
this, "hideShieldEvent");
+#ifndef ANDROID
new SetupItemCheckBox(_("Use FBO for screenshots (only for opengl)"),
"", "usefbo", this, "usefboEvent");
+#endif
new SetupItemIntTextField(_("Network delay between sub servers"),
"", "networksleep", this, "networksleepEvent", 0, 10000);