mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
+1
-1
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user