Exemple #1
0
 public TilePool()
 {
     if (Cache == null)
     {
         Cache = new TileCache(CACHE_SIZE);
     }
 }