summaryrefslogtreecommitdiff
path: root/src/gui/setup_perfomance.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-27 15:27:23 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-27 15:27:23 +0300
commit02d34fb8676682815300b9b4f410d632a5b338c0 (patch)
tree56789d10449398bfb8584b7c5a7f42b68f077c00 /src/gui/setup_perfomance.cpp
parent214663bd68adc2d86474ca98f4743a4cbd6cd575 (diff)
downloadplus-02d34fb8676682815300b9b4f410d632a5b338c0.tar.gz
plus-02d34fb8676682815300b9b4f410d632a5b338c0.tar.bz2
plus-02d34fb8676682815300b9b4f410d632a5b338c0.tar.xz
plus-02d34fb8676682815300b9b4f410d632a5b338c0.zip
Add option to enable/disable rectangular textures.
Diffstat (limited to 'src/gui/setup_perfomance.cpp')
-rw-r--r--src/gui/setup_perfomance.cpp3
1 files changed, 3 insertions, 0 deletions
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));
}