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
-7
View File
@@ -189,13 +189,6 @@ struct AnmGroupBase_c {
void setForward();
void setBackward();
inline void setFrameAndControlThings(f32 frame) {
bind(false);
setAnimEnable(true);
mpFrameCtrl->setFrame(frame);
syncAnmFrame();
}
inline void play() {
mpFrameCtrl->play();
syncAnmFrame();