mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Highlight message marker even if it's collapsed.
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
||||
}
|
||||
|
||||
tracy_force_inline operator const T& () const { return m_value; }
|
||||
tracy_force_inline T operator->() const { return m_value; }
|
||||
|
||||
tracy_force_inline DecayValue& operator=( const T& value )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user