From facd5fbaa7724ecb56f30fbbefcab9a426d4966b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 Aug 2012 23:11:07 +0300 Subject: Fix FBO under windows. --- src/gui/setup_other.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index b88d82efa..bfc3059c7 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -227,10 +227,8 @@ Setup_Other::Setup_Other() new SetupItemCheckBox(_("Hide shield sprite"), "", "hideShield", this, "hideShieldEvent"); -#if !defined(_WIN32) 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-70-g09d2