1
0
Fork 0

MapStructure: avoid flickering labels/paths

This commit is contained in:
Philosopher 2014-06-24 14:21:14 -05:00
parent 7207f2e629
commit 2c3f457281

View file

@ -550,6 +550,7 @@ var Map = {
layer.update();
}
printlog(_MP_dbg_lvl, "Took "~((systime()-t)*1000)~"ms to update map()");
me.setBool("update", 1); # update any coordinates that changed, to avoid floating labels etc.
return me;
},
};