Apparently this matches now? It didn't before

This commit is contained in:
Tom Overton
2023-09-27 22:23:01 -07:00
parent 952eb06aac
commit 7768ca9286
@@ -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);