diff engine/core/view/camera.cpp @ 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 f45e3e2995e0
children b2feacaed53c
line wrap: on
line diff
--- a/engine/core/view/camera.cpp	Fri Jun 11 21:10:40 2010 +0000
+++ b/engine/core/view/camera.cpp	Fri Jun 11 21:29:58 2010 +0000
@@ -79,7 +79,6 @@
 	Camera::Camera(const std::string& id,
 		Layer *layer,
 		const Rect& viewport,
-		const ExactModelCoordinate& emc,
 		RenderBackend* renderbackend,
 		ImagePool* ipool,
 		AnimationPool* apool):
@@ -113,7 +112,6 @@
 		m_map = 0;
 		Location location;
 		location.setLayer(layer);
-		location.setExactLayerCoordinates(emc);
 		setLocation(location);
 	}