Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-07-19 01:51:52 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-07-19 01:51:52 +0300
commit5da2076214668a3201a618475c2fec82886ff9e4 (patch)
tree472e8ef842b120ac15dae4bb4c79ccb06fe6d68a /server/TracyView.hpp
parent1c0c5f5282b0aa996537b9dd328afe27c4947ca6 (diff)
Add optional 2x zoom to frame images playback.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 376647f4..6a416970 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -534,6 +534,7 @@ private:
uint32_t currFrame = -1;
bool pause = true;
bool sync = false;
+ bool zoom = false;
} m_playback;
};