1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 21:04:43 +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:
Ethan Roseman 2020-04-05 11:54:00 -04:00 committed by GitHub
parent 53a43cf5ed
commit 653f067d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}