diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-09 07:31:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-09 07:32:10 +0300 |
commit | b624b0a4d6410134072c894d5686335c588a6c99 (patch) | |
tree | 655dda6e0f4ed4ac772a6150f8d3cd2a6ebaec9b /src/gui/widgets/tabs/debugwindowtabs.h | |
parent | b406b1a7717af8fd479d39133df35fb331880b61 (diff) | |
download | ManaVerse-b624b0a4d6410134072c894d5686335c588a6c99.tar.gz ManaVerse-b624b0a4d6410134072c894d5686335c588a6c99.tar.bz2 ManaVerse-b624b0a4d6410134072c894d5686335c588a6c99.tar.xz ManaVerse-b624b0a4d6410134072c894d5686335c588a6c99.zip |
Fix compilation without OpenGL.
Diffstat (limited to 'src/gui/widgets/tabs/debugwindowtabs.h')
-rw-r--r-- | src/gui/widgets/tabs/debugwindowtabs.h | 2 |
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; |