Sage branded brain blast leads to some new documented bits (#660)

* oops

* yum

* naming

* find homes for these

* Missed a few bits
This commit is contained in:
Fazana
2025-07-03 13:34:36 +01:00
committed by GitHub
parent 7e24105488
commit 116ee8e77e
21 changed files with 477 additions and 454 deletions
+1 -1
View File
@@ -1922,7 +1922,7 @@ void particle_update(Particle *particle, s32 updateRate) {
}
}
boundingBox = get_segment_bounding_box(particle->segmentID);
boundingBox = block_boundbox(particle->segmentID);
if (boundingBox != NULL) {
if (particle->trans.x_position < boundingBox->x1 || boundingBox->x2 < particle->trans.x_position ||
particle->trans.y_position < boundingBox->y1 || boundingBox->y2 < particle->trans.y_position ||