mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
fixed the remaining ifdef
This commit is contained in:
parent
fd8cfbe53f
commit
cf33524d67
@ -22,7 +22,7 @@ public:
|
|||||||
m_active(TracyIsStarted)
|
m_active(TracyIsStarted)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#if !TRACY_ON_DEMAND
|
#ifndef TRACY_ON_DEMAND
|
||||||
if (!m_active) return;
|
if (!m_active) return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user