From 02d34fb8676682815300b9b4f410d632a5b338c0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Apr 2012 15:27:23 +0300 Subject: Add option to enable/disable rectangular textures. --- 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 865839c52..285c2baab 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -96,6 +96,9 @@ Setup_Perfomance::Setup_Perfomance() new SetupItemCheckBox(_("Enable texture compression (fast OpenGL)"), "", "compresstextures", this, "compresstexturesEvent"); + new SetupItemCheckBox(_("Enable rectangular texture extension (OpenGL)"), "", + "rectangulartextures", this, "rectangulartexturesEvent"); + setDimension(gcn::Rectangle(0, 0, 550, 350)); } -- cgit v1.2.3-70-g09d2