Skip to content

Commit

Permalink
Revert "Correctly scale ice border / frame to screen size, fixes bug #…
Browse files Browse the repository at this point in the history
…620"

This reverts commit 3c0ed29.

Revert until problem with OpenGL renderer is fixed that distorts image.
  • Loading branch information
tobbi committed Aug 13, 2014
1 parent 368531e commit be6adf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/supertux/title_screen.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit be6adf6

Please sign in to comment.