mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-05 01:48:24 +00:00
Use proper types for RangeSlim init.
This commit is contained in:
@@ -973,7 +973,7 @@ private:
|
||||
{
|
||||
uint64_t count = 0;
|
||||
uint64_t lastTime = 0;
|
||||
RangeSlim range = {false, 0, 0};
|
||||
RangeSlim range = {0, 0, false};
|
||||
|
||||
void Reset()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user