From a736a01786b9ad6df5dba9955fcac96300c537a2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 May 2012 22:31:39 +0300 Subject: Add support for normal internal texture format (before was old format). Add option to switch new/old texture format. --- src/gui/setup_perfomance.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui') diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index a40a400f3..8d6592315 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -99,6 +99,9 @@ Setup_Perfomance::Setup_Perfomance() new SetupItemCheckBox(_("Enable rectangular texture extension (OpenGL)"), "", "rectangulartextures", this, "rectangulartexturesEvent"); + new SetupItemCheckBox(_("Use new texture internal format (OpenGL)"), + "", "newtextures", this, "newtexturesEvent"); + setDimension(gcn::Rectangle(0, 0, 550, 350)); } -- cgit v1.2.3-60-g2f50