| 200 | } |
| 201 | |
| 202 | void DrapeEngine::Rotate(double azimuth, bool isAnim) |
| 203 | { |
| 204 | AddUserEvent(make_unique_dp<RotateEvent>(azimuth, isAnim, nullptr /* parallelAnimCreator */)); |
| 205 | } |
| 206 | |
| 207 | void DrapeEngine::MakeFrameActive() |
| 208 | { |
no outgoing calls
no test coverage detected