Don't need additional delay - using AsycnQueue for that
This commit is contained in:
parent
51327d1ced
commit
15079dda88
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ public class MapManager {
|
||||||
public void handle(MapTile t) {
|
public void handle(MapTile t) {
|
||||||
if(do_sync_render)
|
if(do_sync_render)
|
||||||
scheduler.scheduleSyncDelayedTask(plug_in,
|
scheduler.scheduleSyncDelayedTask(plug_in,
|
||||||
new FullWorldRenderState(t), (int)(timeslice_interval*20));
|
new FullWorldRenderState(t), 1);
|
||||||
else
|
else
|
||||||
render(t);
|
render(t);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue