mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 05:26:10 +00:00
Runtime: Wrap printf calls in #ifndef NDEBUG
This commit is contained in:
@@ -69,7 +69,9 @@ void CVisorFlare::Update(float dt, const zeus::CVector3f& pos, const CActor* act
|
||||
mgr.SetThermalColdScale2(mgr.GetThermalColdScale2() + x24_);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
printf("%08X %f %f\n", act->GetEditorId().id, x24_, x28_);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user