Insert missing break between chart screen controls and system data controls

This commit is contained in:
Kevin Anthoney 2016-04-16 14:43:29 +01:00
parent 55f70c7431
commit fe5bbbe4f1

View File

@ -2051,6 +2051,7 @@ static NSTimeInterval time_last_frame;
if (cursor_moving || dragging) [self setGuiToChartScreenFrom: gui_screen]; // update graphics
cursor_moving = moving;
}
break;
case GUI_SCREEN_SYSTEM_DATA:
if ([gameView isDown: key_info_next_system])