| 2630 | } |
| 2631 | |
| 2632 | void GuiController::SpinBack(EulerAngles& orient) |
| 2633 | { |
| 2634 | orient.Lerp(EulerAngles::Identity, 1.0f / (8.0f * g_Renderer.GetFramerateMultiplier())); |
| 2635 | } |
| 2636 | |
| 2637 | void GuiController::DrawAmmoSelector() |
| 2638 | { |
nothing calls this directly
no test coverage detected