1
0
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:
Bartosz Taudul
2020-08-04 17:14:58 +02:00
parent 2acc1d9670
commit f589fba274
3 changed files with 30 additions and 31 deletions
+1 -2
View File
@@ -58,8 +58,7 @@ struct ViewData
struct Annotation
{
std::string text;
int64_t start;
int64_t end;
Range range;
uint32_t color;
};