Consistent cull_box struct usage (#2905)

* consistent cullbox usage

* d_a_obj_waterPillar debug work so its not a regression
This commit is contained in:
Niklas Bauer
2025-12-02 19:34:19 +01:00
committed by GitHub
parent d56ddde6e8
commit 330d5e5348
30 changed files with 128 additions and 115 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ static void* searchLv3Water(void* param_0, void* i_this) {
static const int l_bmdidx[2] = {4, 4};
const Vec l_cull_box[4] = {
const Vec l_cull_box[4] = { // cull_box struct not used due to mult later
{-830.0f, -830.0f, -2500.0f}, {830.0f, 830.0f, 200.0f}, // Type 0
{-560.0f, -560.0f, -350.0f}, {560.0f, 560.0f, 350.0f} // Type 1
};