| 87 | } |
| 88 | |
| 89 | void Camera::SetDistance(const float new_val) { |
| 90 | old_chase_distance = chase_distance; |
| 91 | chase_distance = new_val; |
| 92 | } |
| 93 | |
| 94 | void Camera::SetYRotation(const float new_val) { |
| 95 | old_y_rotation = y_rotation; |
no outgoing calls
no test coverage detected