diff engine/core/view/camera.h @ 549:c9113e23b004

*Removed the ExactModellCoordinate object from the camera constructor. Attention: Little API change to the camera/map.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 11 Jun 2010 21:29:58 +0000
parents 16c2b3ee59ce
children b2feacaed53c
line wrap: on
line diff
--- a/engine/core/view/camera.h	Fri Jun 11 21:10:40 2010 +0000
+++ b/engine/core/view/camera.h	Fri Jun 11 21:29:58 2010 +0000
@@ -78,7 +78,6 @@
 		Camera(const std::string& id,
 			Layer* layer,
 			const Rect& viewport,
-			const ExactModelCoordinate& emc,
 			RenderBackend* renderbackend,
 			ImagePool* ipool,
 			AnimationPool* apool);