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

HandleTimelineMouse() doesn't need pxns parameter.

This commit is contained in:
Bartosz Taudul
2023-04-16 17:36:04 +02:00
parent dec4713854
commit 8d565e46d6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ private:
void DrawGpuInfoChildren( const V& children, int64_t ztime );
void HandleRange( Range& range, int64_t timespan, const ImVec2& wpos, float w );
void HandleTimelineMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
void HandleTimelineMouse( int64_t timespan, const ImVec2& wpos, float w );
void HandleTimelineKeyboard( int64_t timespan, const ImVec2& wpos, float w );
void AddAnnotation( int64_t start, int64_t end );