Add support for cleanup of stale tiles (off edge of map)
This commit is contained in:
parent
8f66d34752
commit
ba2c3eac1c
11 changed files with 132 additions and 36 deletions
|
|
@ -85,8 +85,8 @@ public class KzedZoomedMapTile extends MapTile {
|
|||
}
|
||||
|
||||
|
||||
public String getKey() {
|
||||
return getWorld().getName() + ".z" + originalTile.renderer.getPrefix();
|
||||
public String getKey(String prefix) {
|
||||
return getWorld().getName() + ".z" + prefix;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue