mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Initial value of DecayValue might be active.
This commit is contained in:
parent
211dfd7f7e
commit
5b29e65bc5
@ -10,9 +10,9 @@ template<typename T>
|
||||
class DecayValue
|
||||
{
|
||||
public:
|
||||
DecayValue( const T& init )
|
||||
DecayValue( const T& init, bool active = false )
|
||||
: m_value( init )
|
||||
, m_active( false )
|
||||
, m_active( active )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user