| 121 | }; |
| 122 | |
| 123 | ModelVisual::ModelVisual(World::WorldInstance& world, Handle::EntityHandle entity) |
| 124 | : VisualController(world, entity) |
| 125 | , m_LastKnownAnimationState(static_cast<size_t>(-1)) |
| 126 | { |
| 127 | } |
| 128 | |
| 129 | ModelVisual::~ModelVisual() |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected