From 80d6a0df7b321aa9725644259e8b768981c01cf7 Mon Sep 17 00:00:00 2001 From: Ivan Hernanez Date: Mon, 28 May 2012 00:01:50 -0500 Subject: [PATCH] initilized scale of world objects --- Level.cpp | 2 -- WorldObject.h | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) 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 */ -- 2.11.0