From 4f73caba4497344c50ea245673493941d277699f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Apr 2012 20:04:31 +0300 Subject: Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR) --- src/gui/setup_visual.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_visual.cpp') diff --git a/src/gui/setup_visual.cpp b/src/gui/setup_visual.cpp index 5a7ddc5ec..368ceeee8 100644 --- a/src/gui/setup_visual.cpp +++ b/src/gui/setup_visual.cpp @@ -53,6 +53,9 @@ Setup_Visual::Setup_Visual() new SetupItemCheckBox(_("Grab mouse and keyboard input"), "", "grabinput", this, "grabinputEvent"); + new SetupItemCheckBox(_("Blurring textures (OpenGL)"), + "", "blur", this, "blurEvent"); + new SetupItemSlider(_("Gui opacity"), "", "guialpha", this, "guialphaEvent", 0.1, 1.0, 150, true); -- cgit v1.2.3-70-g09d2