summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/debugwindowtabs.h
diff options
context:
space:
mode:
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;