-------------------- LightSystem::c-tor system dependencies
| 21 | // system dependencies |
| 22 | // |
| 23 | LightSystem::LightSystem() |
| 24 | { |
| 25 | DeclareDependencies<TransformSystem::Compute>(); // update lights after updating transforms, though we don't need to wait for flags to update |
| 26 | } |
| 27 | |
| 28 | //----------------------------------- |
| 29 | // LightSystem::OnComponentAdded |
nothing calls this directly
no outgoing calls
no test coverage detected