------------------------------- LightControlSystem::c-tor
| 17 | // LightControlSystem::c-tor |
| 18 | // |
| 19 | LightControlSystem::LightControlSystem() |
| 20 | { |
| 21 | DeclareDependents<fw::TransformSystem::Compute>(); // update before transform matrix recalculation |
| 22 | } |
| 23 | |
| 24 | //------------------------------ |
| 25 | // LightControlSystem::Process |
nothing calls this directly
no outgoing calls
no test coverage detected