From be6adf69f122f8ba58ebf4811ac1020a3c098cf9 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Wed, 13 Aug 2014 18:32:05 +0200 Subject: [PATCH] Revert "Correctly scale ice border / frame to screen size, fixes bug #620" This reverts commit 3c0ed29ac3b6f8609f9735855cef14aa572d8a51. Revert until problem with OpenGL renderer is fixed that distorts image. --- src/supertux/title_screen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/supertux/title_screen.cpp b/src/supertux/title_screen.cpp index fe0e2993e..368ac4aab 100644 --- a/src/supertux/title_screen.cpp +++ b/src/supertux/title_screen.cpp @@ -119,8 +119,8 @@ TitleScreen::draw(DrawingContext& context) Sector* sector = titlesession->get_current_sector(); sector->draw(context); - context.draw_surface_part(frame, Vector(0,0), Vector(SCREEN_WIDTH, SCREEN_HEIGHT), - Vector(0,0), LAYER_FOREGROUND1); + // FIXME: Add something to scale the frame to the resolution of the screen + //context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1); context.draw_text(Resources::small_font, copyright_text, -- 2.11.0