mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
Fix and remove probably wrong inline
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user