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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user