From: Ivan Hernanez Date: Mon, 28 May 2012 05:01:50 +0000 (-0500) Subject: initilized scale of world objects X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=80d6a0df7b321aa9725644259e8b768981c01cf7;p=IvanGame.git initilized scale of world objects --- diff --git a/Level.cpp b/Level.cpp index 5d7eca3..961fed5 100644 --- a/Level.cpp +++ b/Level.cpp @@ -89,8 +89,6 @@ void Level::drawScene() { cerr << "SDL_BlitSurface() Failed: " << SDL_GetError() << endl; } - else - cout<<"Drew: "<& vec, const Point2D& pos);/**< Draws Collision data for the Object */