mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 14:50:21 -04:00
d_a_tag_firewall done (#2137)
* mostly fix TVec3 ctors * d_a_tag_firewall done * remove asm
This commit is contained in:
@@ -199,7 +199,7 @@ void Z2SeMgr::modHeightAtCamera(Vec const** param_0) {
|
||||
}
|
||||
}
|
||||
field_0x340[idx] = **param_0;
|
||||
JGeometry::TVec3<f32> cam_pos = Z2GetAudience()->getAudioCamPos();
|
||||
Vec cam_pos = Z2GetAudience()->getAudioCamPos();
|
||||
if (field_0x340[idx].y > cam_pos.y) {
|
||||
field_0x340[idx].y = cam_pos.y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user