mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Extend "first frame" time.
This commit is contained in:
@@ -428,7 +428,7 @@ private:
|
||||
UserData m_userData;
|
||||
|
||||
bool m_reconnectRequested = false;
|
||||
bool m_firstFrame = true;
|
||||
int m_firstFrame = 10;
|
||||
|
||||
std::vector<SourceRegex> m_sourceSubstitutions;
|
||||
bool m_sourceRegexValid = true;
|
||||
|
||||
Reference in New Issue
Block a user