mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Time must be signed.
This commit is contained in:
parent
1e645665fe
commit
8958780b18
@ -240,8 +240,8 @@ private:
|
||||
const MessageData* m_msgHighlight;
|
||||
|
||||
bool m_drawRegion;
|
||||
uint64_t m_regionStart;
|
||||
uint64_t m_regionEnd;
|
||||
int64_t m_regionStart;
|
||||
int64_t m_regionEnd;
|
||||
|
||||
bool m_showOptions;
|
||||
bool m_showMessages;
|
||||
|
Loading…
Reference in New Issue
Block a user