Fix dCamera_c::BG struct

This commit is contained in:
LagoLunatic
2025-04-15 20:34:11 -04:00
parent d52641ed3f
commit da0ed4b78c
3 changed files with 41 additions and 42 deletions
+1 -1
View File
@@ -830,7 +830,7 @@ f32 daShip_c::getWaterY() {
m03F8 = mAcch.m_wtr.GetHeight();
}
else {
m03F8 = -1e9f;
m03F8 = C_BG_MIN_HEIGHT;
}
if (daSea_ChkArea(current.pos.x, current.pos.z)) {
waterY = daSea_calcWave(current.pos.x, current.pos.z);