Index: binary-improvements/MapRendering/MapRendering/MapRendering.cs
===================================================================
--- binary-improvements/MapRendering/MapRendering/MapRendering.cs	(revision 268)
+++ binary-improvements/MapRendering/MapRendering/MapRendering.cs	(revision 269)
@@ -29,5 +29,5 @@
 		public static bool renderingEnabled = true;
 		private MicroStopwatch msw = new MicroStopwatch ();
-		private AllocsFixes.FileCache.MapTileCache cache = new AllocsFixes.FileCache.MapTileCache ();
+		private AllocsFixes.FileCache.MapTileCache cache = new AllocsFixes.FileCache.MapTileCache (Constants.MAP_BLOCK_SIZE);
 
 		public static AllocsFixes.FileCache.MapTileCache GetTileCache() {
