Changeset 269 for binary-improvements/MapRendering
- Timestamp:
- Apr 28, 2016, 1:58:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/MapRendering/MapRendering.cs
r238 r269 29 29 public static bool renderingEnabled = true; 30 30 private MicroStopwatch msw = new MicroStopwatch (); 31 private AllocsFixes.FileCache.MapTileCache cache = new AllocsFixes.FileCache.MapTileCache ( );31 private AllocsFixes.FileCache.MapTileCache cache = new AllocsFixes.FileCache.MapTileCache (Constants.MAP_BLOCK_SIZE); 32 32 33 33 public static AllocsFixes.FileCache.MapTileCache GetTileCache() {
Note:
See TracChangeset
for help on using the changeset viewer.