| 1421 | } |
| 1422 | |
| 1423 | void AnimatedModel::OnDeleteObject() |
| 1424 | { |
| 1425 | // Ensure this object is no longer referenced for anim update |
| 1426 | Animations::RemoveFromUpdate(this); |
| 1427 | |
| 1428 | ModelInstanceActor::OnDeleteObject(); |
| 1429 | } |
| 1430 | |
| 1431 | void AnimatedModel::WaitForModelLoad() |
| 1432 | { |
nothing calls this directly
no test coverage detected