1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Refactor the use of offset in TimelineItem::Draw() and TimelineController::End().

This commit is contained in:
Tomaž Vöröš
2023-01-27 20:00:05 +01:00
parent 52b6af88ca
commit 7b9b810421
5 changed files with 37 additions and 30 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
void FirstFrameExpired();
void Begin();
void End( double pxns, int offset, const ImVec2& wpos, bool hover, float yMin, float yMax );
void End( double pxns, const ImVec2& wpos, bool hover, float yMin, float yMax );
template<class T, class U>
void AddItem( U* data )