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

Reduce accuracy to decrease memory load.

This commit is contained in:
Bartosz Taudul
2017-10-19 19:56:13 +02:00
parent 5278bb29e6
commit 0519df4dfc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ private:
bool m_terminate;
size_t m_tmpVecSize;
double* m_tmpVec;
float* m_tmpVec;
};
}