Ignore:
Timestamp:
Apr 28, 2016, 1:58:34 PM (9 years ago)
Author:
alloc
Message:

Fixes #124: Send transparent tile for map tiles not available instead of 404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/MapRendering/MapRendering.cs

    r238 r269  
    2929                public static bool renderingEnabled = true;
    3030                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);
    3232
    3333                public static AllocsFixes.FileCache.MapTileCache GetTileCache() {
Note: See TracChangeset for help on using the changeset viewer.