2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

Remove debug print

This commit is contained in:
2021-01-14 15:57:16 -08:00
parent 3548252931
commit dc270ced7e

View File

@@ -339,7 +339,6 @@ void CElementGen::AccumulateBounds(const zeus::CVector3f& pos, float size) {
}
void CElementGen::UpdateAdvanceAccessParameters(u32 activeParticleCount, s32 particleFrame) {
printf("Calling UpdateAdvanceAccessParameters\n");
CGenDescription* desc = x28_loadedGenDesc;
std::array<float, 8>& arr = x60_advValues[activeParticleCount];