diff --git a/gfx/video_display_server.c b/gfx/video_display_server.c index e496751100..d1a849e911 100644 --- a/gfx/video_display_server.c +++ b/gfx/video_display_server.c @@ -65,6 +65,7 @@ void* video_display_server_init(void) current_display_server->ident); initial_screen_orientation = video_display_server_get_screen_orientation(); + current_screen_orientation = initial_screen_orientation; return current_display_server_data; }