From 7fa069aec585316c34ada298ec557c7e800bf8f3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Oct 2012 23:32:51 +0300 Subject: Using GL_ARB_sampler_objects. --- src/gui/setup_perfomance.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gui/setup_perfomance.cpp') diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 44a729a31..555e36020 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -69,9 +69,13 @@ Setup_Perfomance::Setup_Perfomance() : new SetupItemCheckBox(_("Enable compound sprite delay (Software)"), "", "enableCompoundSpriteDelay", this, "enableCompoundSpriteDelayEvent"); - new SetupItemCheckBox(_("Enable delayed images load (OpenGL)"), "", + new SetupItemCheckBox(_("Enable delayed images load (OpenGL)"), "", "enableDelayedAnimations", this, "enableDelayedAnimationsEvent"); + new SetupItemCheckBox(_("Enable texture sampler (OpenGL)"), "", + "useTextureSampler", this, "useTextureSamplerEvent"); + + new SetupItemLabel(_("Better quality (disable for better perfomance)"), "", this); -- cgit v1.2.3-70-g09d2