diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-07 01:02:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-07 01:02:41 +0300 |
commit | abfc18794cbd9119c110f32e39ea48a00e5b9214 (patch) | |
tree | 5a1cbe3cb321eecda56e2f4b4498019a96eb4b0a /src/gui/widgets/tabs/mapdebugtab.h | |
parent | fea2f27179d17bbba96873ea0eeae99df20a457c (diff) | |
download | manaverse-abfc18794cbd9119c110f32e39ea48a00e5b9214.tar.gz manaverse-abfc18794cbd9119c110f32e39ea48a00e5b9214.tar.bz2 manaverse-abfc18794cbd9119c110f32e39ea48a00e5b9214.tar.xz manaverse-abfc18794cbd9119c110f32e39ea48a00e5b9214.zip |
Add stats tab into debug window. Move LPS counter into stats tab.
Diffstat (limited to 'src/gui/widgets/tabs/mapdebugtab.h')
-rw-r--r-- | src/gui/widgets/tabs/mapdebugtab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/mapdebugtab.h b/src/gui/widgets/tabs/mapdebugtab.h index 16130b353..340be19af 100644 --- a/src/gui/widgets/tabs/mapdebugtab.h +++ b/src/gui/widgets/tabs/mapdebugtab.h @@ -60,7 +60,6 @@ class MapDebugTab final : public DebugTab #endif // DEBUG_BIND_TEXTURE Label *mFPSLabel A_NONNULLPOINTER; - Label *mLPSLabel A_NONNULLPOINTER; std::string mFPSText; }; |