diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-22 01:19:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-22 01:19:50 +0300 |
commit | 1547aee3088cab359ac16f884dcd65a6770925ea (patch) | |
tree | 3be3e56b9846f6658e10eb75f2c5da44d7f24256 /src | |
parent | 972bbd781838c9150f87aad7c96c6bbd74a68e06 (diff) | |
download | plus-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')
-rw-r--r-- | src/gui/setup_other.cpp | 2 |
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); |