Fix variable name.

This commit is contained in:
Bartosz Taudul 2024-03-17 11:34:25 +01:00
parent 578759384d
commit 83305115c2
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -357,7 +357,7 @@ public:
private:
tracy_force_inline D3D11ZoneScope( D3D11Ctx* ctx, bool active )
#ifdef TRACY_ON_DEMAND
: m_active( is_active && GetProfiler().IsConnected() )
: m_active( active && GetProfiler().IsConnected() )
#else
: m_active( active )
#endif