* Stops rotating the globe downwards. * @param action Pointer to an action. */
| 324 | * @param action Pointer to an action. |
| 325 | */ |
| 326 | void BuildNewBaseState::btnRotateDownRelease(Action *) |
| 327 | { |
| 328 | _globe->rotateStopLat(); |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * Zooms into the globe. |
nothing calls this directly
no test coverage detected