mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add range boundary highlight.
This commit is contained in:
@@ -58,8 +58,12 @@ class View
|
||||
|
||||
struct Range
|
||||
{
|
||||
void StartFrame() { hiMin = hiMax = false; }
|
||||
|
||||
int64_t min, max;
|
||||
bool active = false;
|
||||
bool hiMin = false;
|
||||
bool hiMax = false;
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user