mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use Range for annotation extent.
This commit is contained in:
@@ -58,8 +58,7 @@ struct ViewData
|
||||
struct Annotation
|
||||
{
|
||||
std::string text;
|
||||
int64_t start;
|
||||
int64_t end;
|
||||
Range range;
|
||||
uint32_t color;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user