Add render statistics, support for tile hashcodes to stop non-updates
This commit is contained in:
parent
52d5abc23f
commit
2b3fd035a5
11 changed files with 418 additions and 115 deletions
|
|
@ -36,4 +36,8 @@ public abstract class MapTile {
|
|||
}
|
||||
return super.equals(obj);
|
||||
}
|
||||
|
||||
public String getKey() {
|
||||
return world.getName() + "." + map.getName();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue