From 3f2984d27b3ca03bac760b68db64db84cd75da49 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Jun 2012 23:25:05 +0300 Subject: Add option to enable/disable software mode compoundsprite update delay. --- src/gui/setup_perfomance.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_perfomance.cpp') diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index e6cd75436..1a0c892a9 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -66,6 +66,9 @@ Setup_Perfomance::Setup_Perfomance() new SetupItemCheckBox(_("Enable map reduce (Software)"), "", "enableMapReduce", this, "enableMapReduceEvent"); + new SetupItemCheckBox(_("Enable compound sprite delay (Software)"), "", + "enableCompoundSpriteDelay", this, "enableCompoundSpriteDelayEvent"); + new SetupItemCheckBox(_("Enable delayed images load (OpenGL)"), "", "enableDelayedAnimations", this, "enableDelayedAnimationsEvent"); -- cgit v1.2.3-60-g2f50