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

Fix vertical panning.

This commit is contained in:
Bartosz Taudul
2020-08-05 17:20:19 +02:00
parent f07eebebf7
commit 251e8f1fe2
2 changed files with 11 additions and 6 deletions
+1
View File
@@ -446,6 +446,7 @@ private:
bool m_reconnectRequested = false;
int m_firstFrame = 10;
float m_yDelta;
std::vector<SourceRegex> m_sourceSubstitutions;
bool m_sourceRegexValid = true;