| 1687 | } |
| 1688 | |
| 1689 | void SetCinematicBars(float height, float speed) |
| 1690 | { |
| 1691 | CinematicBarsSpeed = std::abs(CinematicBarsHeight - height) * (speed / (float)FPS); |
| 1692 | CinematicBarsDestinationHeight = height; |
| 1693 | } |
| 1694 | |
| 1695 | void ClearCinematicBars() |
| 1696 | { |
no outgoing calls
no test coverage detected