mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +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_zoneInfoWindow = nullptr;
|
||||||
const ZoneEvent* m_zoneHighlight;
|
const ZoneEvent* m_zoneHighlight;
|
||||||
DecayValue<uint64_t> m_zoneSrcLocHighlight = 0;
|
DecayValue<int32_t> m_zoneSrcLocHighlight = 0;
|
||||||
LockHighlight m_lockHighlight { -1 };
|
LockHighlight m_lockHighlight { -1 };
|
||||||
DecayValue<const MessageData*> m_msgHighlight = nullptr;
|
DecayValue<const MessageData*> m_msgHighlight = nullptr;
|
||||||
DecayValue<uint32_t> m_lockHoverHighlight = InvalidId;
|
DecayValue<uint32_t> m_lockHoverHighlight = InvalidId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user