]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/MovementManager.cs
Reseting the map seems to be working now.
[chaz/carfire] / CarFire / CarFire / CarFire / MovementManager.cs
index 7d818681993a47e22b09e4566046992e9072bdd3..ad26e478a317f8921f9b14e512f97f9df2690e42 100644 (file)
@@ -44,7 +44,7 @@ namespace CarFire
         /// Get the grid coordinates where the object is at or\r
         /// is moving to.\r
         /// </summary>\r
-        public Point Coordinates { get { return mCoordinates; } }\r
+        public Point Coordinates { get { return mCoordinates; } set { mCoordinates = value; } }\r
 \r
         /// <summary>\r
         /// Get and set the speed of movement in grid cells / second.\r
This page took 0.020591 seconds and 4 git commands to generate.