Page 1 of 1

[0.12.21] [kovarex] surface.set_tiles() doesn't update the minimap

Posted: Wed Jan 20, 2016 11:33 pm
by StanFear
as said in the title, the lua API call to surface.set_tiles() doesn't update the minimap
putting an item (that shows on the map) make the minimap redraw though (only on the chunk the entity was built on)

this bug makes my wip mod not show changes to the map at all

the surface :
the surface.png
the surface.png (273.59 KiB) Viewed 5744 times
the minimap :
minimap.png
minimap.png (3.99 KiB) Viewed 5744 times
how it should look :
minimap2.png
minimap2.png (9.05 KiB) Viewed 5744 times
any mean to update the map manually (except by placing an entity in the chunk) would be nice !

Re: [0.12.21] [kovarex] surface.set_tiles() doesn't update the minimap

Posted: Thu Jan 21, 2016 1:27 pm
by kovarex
Thanks for the report, the bug is fixed for 0.12.22 now.