mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Apparently this matches now? It didn't before
This commit is contained in:
@@ -1044,8 +1044,8 @@ void BossHakugin_FillShadowTex(BossHakugin* this, u8* tex, f32 weight) {
|
||||
}
|
||||
Matrix_MultVec3f(&pos, &startVec);
|
||||
|
||||
startVec.x *= 0.070000000298f;
|
||||
startVec.y *= 0.070000000298f;
|
||||
startVec.x *= 0.07f;
|
||||
startVec.y *= 0.07f;
|
||||
|
||||
baseX = (u16)(s32)(startVec.x + 32.0f);
|
||||
baseY = (u16)((s32)startVec.y * 64);
|
||||
|
||||
Reference in New Issue
Block a user