diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-27 15:27:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-27 15:27:23 +0300 |
commit | 02d34fb8676682815300b9b4f410d632a5b338c0 (patch) | |
tree | 56789d10449398bfb8584b7c5a7f42b68f077c00 /src/gui | |
parent | 214663bd68adc2d86474ca98f4743a4cbd6cd575 (diff) | |
download | plus-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')
-rw-r--r-- | src/gui/setup_perfomance.cpp | 3 |
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)); } |