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

Delay creation of frame image texture.

This commit is contained in:
Bartosz Taudul
2019-06-06 23:14:49 +02:00
parent 129155946b
commit 9cd95db4e3
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ private:
std::atomic<SaveThreadState> m_saveThreadState { SaveThreadState::Inert };
std::thread m_saveThread;
void* m_frameTexture;
void* m_frameTexture = nullptr;
const void* m_frameTexturePtr = nullptr;
struct FindZone {