Disabled the frame around the title screen
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Fri, 2 Sep 2011 12:21:20 +0000 (12:21 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Fri, 2 Sep 2011 12:21:20 +0000 (12:21 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6692 837edb03-e0f3-0310-88ca-d4d4e8b29345

src/supertux/title_screen.cpp

index c99d19c..afd8ea3 100644 (file)
@@ -138,7 +138,7 @@ TitleScreen::draw(DrawingContext& context)
   sector->draw(context);
 
   // FIXME: Add something to scale the frame to the resolution of the screen
-  context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1);
+  //context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1);
 
   context.draw_text(Resources::small_font, "SuperTux " PACKAGE_VERSION "\n",
                     Vector(5, SCREEN_HEIGHT - 50), ALIGN_LEFT, LAYER_FOREGROUND1);