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

Load second trace user data in compare menu.

This commit is contained in:
Bartosz Taudul
2019-07-26 23:25:03 +02:00
parent e5d5af84fd
commit be3b458f28
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -455,6 +455,7 @@ private:
bool ignoreCase = false;
bool link = true;
std::unique_ptr<Worker> second;
std::unique_ptr<UserData> userData;
std::thread loadThread;
int badVer = 0;
char pattern[1024] = {};