mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Update src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
53a43cf5ed
commit
653f067d14
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ static void func_808B3714(BgSpot12Saku* this) {
|
|||
Actor* thisx = &this->dyna.actor;
|
||||
|
||||
this->actionFunc = func_808B37AC;
|
||||
thisx->scale.x = 0.00714285764843f;
|
||||
thisx->scale.x = 0.001f / 0.14f;
|
||||
thisx->posRot.pos.x = thisx->initPosRot.pos.x - (Math_Sins(thisx->shape.rot.y + 0x4000) * 78.0f);
|
||||
thisx->posRot.pos.z = thisx->initPosRot.pos.z - (Math_Coss(thisx->shape.rot.y + 0x4000) * 78.0f);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue