| 17 | } |
| 18 | |
| 19 | void PerspectiveCameraController::Update(Core::TimeStep dt) {} |
| 20 | |
| 21 | const Maths::Vector3& PerspectiveCameraController::GetPosition() const { |
| 22 | return m_perspective_camera->GetPosition(); |
nothing calls this directly
no outgoing calls
no test coverage detected