* Stops rotating the globe upwards. * @param action Pointer to an action. */
| 306 | * @param action Pointer to an action. |
| 307 | */ |
| 308 | void BuildNewBaseState::btnRotateUpRelease(Action *) |
| 309 | { |
| 310 | _globe->rotateStopLat(); |
| 311 | } |
| 312 | |
| 313 | /** |
| 314 | * Starts rotating the globe downwards. |
nothing calls this directly
no test coverage detected