mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Provide small font height in TimelineContext.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace tracy
|
||||
|
||||
struct TimelineContext
|
||||
{
|
||||
float w, ty, scale;
|
||||
float w, ty, sty, scale;
|
||||
float yMin, yMax;
|
||||
double pxns, nspx;
|
||||
int64_t vStart, vEnd;
|
||||
|
||||
Reference in New Issue
Block a user