2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-07 18:05:52 +00:00

Remove debug print

This commit is contained in:
Phillip Stephens 2021-01-14 15:57:16 -08:00
parent 3548252931
commit dc270ced7e
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D

View File

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