Fix and remove probably wrong inline

This commit is contained in:
robojumper
2025-04-02 00:06:25 +02:00
parent fc89f2b34a
commit a4ff5b11f7
4 changed files with 7 additions and 10 deletions
+3 -1
View File
@@ -125,7 +125,9 @@ bool dLytCommonArrow_c::fn_80168760() {
void dLytCommonArrow_c::displayElement(s32 idx, f32 frame) {
d2d::AnmGroup_c *s = &mAnmGroups[idx];
s->setFrameAndControlThings(frame);
s->bind(false);
s->setAnimEnable(true);
s->setFrame(frame);
}
void dLytCommonArrow_c::fn_80168800(s32 idx) {