mirror of https://github.com/zeldaret/oot.git
Document bug in Camera_BGCheckInfo (#2258)
This commit is contained in:
parent
089a2c4c0b
commit
e9cbcb7ad9
|
@ -399,6 +399,7 @@ s32 Camera_BGCheckInfo(Camera* camera, Vec3f* from, CamColChk* to) {
|
||||||
to->pos.y = to->norm.y + toNewPos.y;
|
to->pos.y = to->norm.y + toNewPos.y;
|
||||||
to->pos.z = to->norm.z + toNewPos.z;
|
to->pos.z = to->norm.z + toNewPos.z;
|
||||||
|
|
||||||
|
//! @bug floorBgId is uninitialized if BgCheck_CameraLineTest1 returned true above
|
||||||
return floorBgId + 1;
|
return floorBgId + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue