mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Use proper type for srcloc highlight decay value.
This commit is contained in:
parent
aaefd6e1d6
commit
1ea647a1dd
@ -249,7 +249,7 @@ private:
|
||||
|
||||
const ZoneEvent* m_zoneInfoWindow = nullptr;
|
||||
const ZoneEvent* m_zoneHighlight;
|
||||
DecayValue<uint64_t> m_zoneSrcLocHighlight = 0;
|
||||
DecayValue<int32_t> m_zoneSrcLocHighlight = 0;
|
||||
LockHighlight m_lockHighlight { -1 };
|
||||
DecayValue<const MessageData*> m_msgHighlight = nullptr;
|
||||
DecayValue<uint32_t> m_lockHoverHighlight = InvalidId;
|
||||
|
Loading…
Reference in New Issue
Block a user