Page 1 of 1
[0.18.45] Offshore pump's placement indicator covered by ore
Posted: Fri Aug 07, 2020 10:26 pm
by CosmicKid
Pretty self-explanatory I think. I'd expect those placement indicators to be above the ore so I can see where I can place a pump.
Re: [0.18.45] Offshore pump's placement indicator covered by ore
Posted: Sat Aug 08, 2020 4:13 am
by posila
Thanks for the report.
This is because there is lot of tiles to check for pump buildability, so it is done as part of tile renderer which already reads tiles so it is more efficient for memory-access to also do the pump buildability checks and tile renderer caches its work so the checks don't need to be done every frame.
But sometime we could actually move it to anywhere else, and add some caching for it.
For now, minor issue.