2
0
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:
2020-04-11 02:35:55 -04:00
parent e23c3d3705
commit 072ac0df16
2 changed files with 4 additions and 0 deletions

View File

@@ -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
}
}