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

Play a little animation when source file cannot be opened.

This commit is contained in:
Bartosz Taudul
2018-08-17 22:23:16 +02:00
parent 841f18885e
commit 07d2aaa1ad
2 changed files with 20 additions and 1 deletions
+2
View File
@@ -9,6 +9,7 @@
#include <thread>
#include <vector>
#include "TracyBuzzAnim.hpp"
#include "TracyDecayValue.hpp"
#include "TracyVector.hpp"
#include "TracyWorker.hpp"
@@ -236,6 +237,7 @@ private:
Namespace m_namespace;
Animation m_zoomAnim;
BuzzAnim<int> m_callstackBuzzAnim;
Vector<const ZoneEvent*> m_zoneInfoStack;
Vector<const GpuEvent*> m_gpuInfoStack;