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

Allow opening source file view from statistics menu.

This commit is contained in:
Bartosz Taudul
2019-03-09 00:15:23 +01:00
parent 761a08b055
commit 0748655797
2 changed files with 26 additions and 1 deletions
+1
View File
@@ -277,6 +277,7 @@ private:
BuzzAnim<int> m_findZoneBuzzAnim;
BuzzAnim<uint32_t> m_optionsLockBuzzAnim;
BuzzAnim<uint32_t> m_lockInfoAnim;
BuzzAnim<uint32_t> m_statBuzzAnim;
Vector<const ZoneEvent*> m_zoneInfoStack;
Vector<const GpuEvent*> m_gpuInfoStack;