From 1547aee3088cab359ac16f884dcd65a6770925ea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Feb 2013 01:19:50 +0300 Subject: Disable for now FBO support on Android. --- src/gui/setup_other.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); -- cgit v1.2.3-60-g2f50