动画类恢复子对象的Update 因为als需要 如有性能问题后续再优化
This commit is contained in:
parent
7709aaf54b
commit
55847baa36
|
|
@ -222,7 +222,7 @@ class Animation extends Actor {
|
|||
}
|
||||
}
|
||||
}
|
||||
//Animation类下只会有精灵 因此不需要对子对象进行更新
|
||||
// base.OnUpdate(dt);
|
||||
//Animation类下只会有精灵 因此不需要对子对象进行更新 还有可能有als 还得想办法优化
|
||||
base.OnUpdate(dt);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue