------------------------------- EditorCameraSystem::c-tor system dependencies
| 44 | // system dependencies |
| 45 | // |
| 46 | EditorCameraSystem::EditorCameraSystem() |
| 47 | { |
| 48 | DeclareDependents<fw::TransformSystem::Compute>(); // update before transform world matrices are updated |
| 49 | } |
| 50 | |
| 51 | //------------------------------ |
| 52 | // AudioListenerSystem::Process |
nothing calls this directly
no outgoing calls
no test coverage detected