summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/widgets/tabs/setup_perfomance.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_perfomance.cpp b/src/gui/widgets/tabs/setup_perfomance.cpp
index b583257d8..d28b82680 100644
--- a/src/gui/widgets/tabs/setup_perfomance.cpp
+++ b/src/gui/widgets/tabs/setup_perfomance.cpp
@@ -119,11 +119,11 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
"", "enableReorderSprites", this, "enableReorderSpritesEvent");
+#ifndef USE_SDL2
// TRANSLATORS: settings option
new SetupItemLabel(_("Small memory (enable for lower memory usage)"),
"", this);
-#ifndef USE_SDL2
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Disable advanced beings caching (Software)"), "",
"disableAdvBeingCaching", this, "disableAdvBeingCachingEvent");
@@ -133,6 +133,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
"disableBeingCaching", this, "disableBeingCachingEvent");
#endif // USE_SDL2
+
// TRANSLATORS: settings group
new SetupItemLabel(_("Different options (enable or disable can "
"improve performance)"), "", this);