Clean up HDMap dither, fix tile update events
This commit is contained in:
parent
ee8718d083
commit
4f73d2cbd6
4 changed files with 16 additions and 13 deletions
|
|
@ -188,6 +188,7 @@ public class MapManager {
|
|||
found.clear();
|
||||
rendered.clear();
|
||||
rendercnt = 0;
|
||||
timeaccum = 0;
|
||||
map_index++; /* Next map */
|
||||
if(map_index >= world.maps.size()) { /* Last one done? */
|
||||
sender.sendMessage("Full render of '" + world.world.getName() + "' finished.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue