mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 13:30:47 +00:00
Document bug in Camera_BGCheckInfo (#2258)
This commit is contained in:
parent
089a2c4c0b
commit
e9cbcb7ad9
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ s32 Camera_BGCheckInfo(Camera* camera, Vec3f* from, CamColChk* to) {
|
|||
to->pos.y = to->norm.y + toNewPos.y;
|
||||
to->pos.z = to->norm.z + toNewPos.z;
|
||||
|
||||
//! @bug floorBgId is uninitialized if BgCheck_CameraLineTest1 returned true above
|
||||
return floorBgId + 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue