mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Match retail BossMo_DrawCore (#1907)
This commit is contained in:
@@ -2696,7 +2696,8 @@ void BossMo_DrawCore(Actor* thisx, PlayState* play) {
|
||||
sp84 = this->subCamAt.z - this->subCamEye.z;
|
||||
temp = SQ(sp8C) + SQ(sp84);
|
||||
sp7C = Math_FAtan2F(sp8C, sp84);
|
||||
sp78 = -Math_FAtan2F(sp88, sqrtf(temp));
|
||||
temp = sqrtf(temp);
|
||||
sp78 = -Math_FAtan2F(sp88, temp);
|
||||
|
||||
sp6C.x = 0.0f;
|
||||
sp6C.y = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user