1
0
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:
Bartosz Taudul
2018-10-05 20:39:42 +02:00
parent 28c176d3aa
commit 81cf024498
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -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 )
{