fix: Increase extra map tile zoom level
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Cryville.EEW.Unity.Map {
|
||||
}
|
||||
|
||||
sealed class MapTileCacheManager : IDisposable {
|
||||
public int ExtraCachedZoomLevel { get; set; } = 2;
|
||||
public int ExtraCachedZoomLevel { get; set; } = 20;
|
||||
|
||||
GameObject m_prefabTile;
|
||||
public GameObject PrefabTile {
|
||||
|
Reference in New Issue
Block a user