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:
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
void FirstFrameExpired();
|
||||
void Begin();
|
||||
void End( double pxns, const ImVec2& wpos, bool hover, bool vcenter, float yMin, float yMax );
|
||||
void End( double pxns, const ImVec2& wpos, bool hover, bool vcenter, float yMin, float yMax, ImFont* smallFont );
|
||||
|
||||
template<class T, class U>
|
||||
void AddItem( U* data )
|
||||
|
||||
Reference in New Issue
Block a user