mirror of https://github.com/AxioDL/metaforce.git
Remove debug print
This commit is contained in:
parent
3548252931
commit
dc270ced7e
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue