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

Don't change time range limit when enabling it.

This commit is contained in:
Bartosz Taudul
2020-07-31 16:19:35 +02:00
parent 2682ae1af0
commit 9633617810
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ class View
{
void StartFrame() { hiMin = hiMax = false; }
int64_t min, max;
int64_t min = 0;
int64_t max = 0;
bool active = false;
bool hiMin = false;
bool hiMax = false;