summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-08 02:50:15 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-08 02:50:15 +0300
commit373c794746bfe38d7abea0cedc446cb2aaa75c2e (patch)
tree03308276e8aabe045ed80f05f7382fe3f8553b5f /src/gui/debugwindow.h
parentcf09603b18f0158653723251445960d3bd534ea8 (diff)
downloadplus-373c794746bfe38d7abea0cedc446cb2aaa75c2e.tar.gz
plus-373c794746bfe38d7abea0cedc446cb2aaa75c2e.tar.bz2
plus-373c794746bfe38d7abea0cedc446cb2aaa75c2e.tar.xz
plus-373c794746bfe38d7abea0cedc446cb2aaa75c2e.zip
Add opengl texture counter for debugging.
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index b3432946b..ae4b1b597 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -63,6 +63,7 @@ class MapDebugTab : public DebugTab
Label *mParticleCountLabel;
Label *mMapActorCountLabel;
Label *mXYLabel;
+ Label *mTexturesLabel;
int mUpdateTime;
Label *mFPSLabel;
std::string mFPSText;