summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/debugwindowtabs.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-09 07:31:43 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-09 07:32:10 +0300
commitb624b0a4d6410134072c894d5686335c588a6c99 (patch)
tree655dda6e0f4ed4ac772a6150f8d3cd2a6ebaec9b /src/gui/widgets/tabs/debugwindowtabs.h
parentb406b1a7717af8fd479d39133df35fb331880b61 (diff)
downloadplus-b624b0a4d6410134072c894d5686335c588a6c99.tar.gz
plus-b624b0a4d6410134072c894d5686335c588a6c99.tar.bz2
plus-b624b0a4d6410134072c894d5686335c588a6c99.tar.xz
plus-b624b0a4d6410134072c894d5686335c588a6c99.zip
Fix compilation without OpenGL.
Diffstat (limited to 'src/gui/widgets/tabs/debugwindowtabs.h')
-rw-r--r--src/gui/widgets/tabs/debugwindowtabs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/debugwindowtabs.h b/src/gui/widgets/tabs/debugwindowtabs.h
index e4c41dda8..17722f658 100644
--- a/src/gui/widgets/tabs/debugwindowtabs.h
+++ b/src/gui/widgets/tabs/debugwindowtabs.h
@@ -66,7 +66,9 @@ class MapDebugTab final : public DebugTab
Label *mTileMouseLabel A_NONNULLPOINTER;
Label *mParticleCountLabel A_NONNULLPOINTER;
Label *mMapActorCountLabel A_NONNULLPOINTER;
+#ifdef USE_OPENGL
Label *mMapAtlasCountLabel A_NONNULLPOINTER;
+#endif // USE_OPENGL
Label *mXYLabel A_NONNULLPOINTER;
Label *mTexturesLabel A_NONNULLPOINTER;
time_t mUpdateTime;