From: Ivan Hernanez Date: Mon, 28 May 2012 05:03:06 +0000 (-0500) Subject: initilized scale of world objects X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=578ef7e2f7e3f02566b9c2a9056b86d5c285acfb;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 */