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

Fix calculation of jump arrows offset.

This commit is contained in:
Bartosz Taudul
2021-12-29 13:41:55 +01:00
parent 81de0a3a75
commit ae9b9318e8
2 changed files with 7 additions and 13 deletions
+1
View File
@@ -256,6 +256,7 @@ private:
float m_srcWidth;
float m_asmWidth;
float m_jumpOffset;
GetWindowCallback m_gwcb;
Tokenizer m_tokenizer;