1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move some view data to a separate structure.

This commit is contained in:
Bartosz Taudul
2019-08-28 19:35:54 +02:00
parent 38bfae13dd
commit 949c9cb121
5 changed files with 172 additions and 151 deletions
+2 -2
View File
@@ -14,6 +14,7 @@
#include "TracyTexture.hpp"
#include "TracyUserData.hpp"
#include "TracyVector.hpp"
#include "TracyViewData.hpp"
#include "TracyWorker.hpp"
#include "tracy_flat_hash_map.hpp"
@@ -247,8 +248,7 @@ private:
bool m_pause;
int m_frameStart = 0;
int64_t m_zvStart = 0;
int64_t m_zvEnd = 0;
ViewData m_vd;
int m_zvHeight = 0;
int m_zvScroll = 0;