From 859012375bf752fbee028c55049cf43c6210dcfd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Sep 2012 21:20:43 +0300 Subject: Add option to enable/disable texture atlases. --- src/gui/setup_perfomance.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 3e673df36..44a729a31 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -108,6 +108,9 @@ Setup_Perfomance::Setup_Perfomance() : new SetupItemCheckBox(_("Use new texture internal format (OpenGL)"), "", "newtextures", this, "newtexturesEvent"); + new SetupItemCheckBox(_("Enable texture atlases (OpenGL)"), "", + "useAtlases", this, "useAtlasesEvent"); + setDimension(gcn::Rectangle(0, 0, 550, 350)); } -- cgit v1.2.3-70-g09d2