[0.12.3] Input controls "freezing" while generating map
Posted: Wed Aug 12, 2015 6:31 am
Hey,
so for my mod debugging i'm basically charting the map all the time with
After the update to 0.12.3 i noticed that when the chart is running and i'm focusing another window and then focus back to factorio, my inputs are buffered for like 10 seconds and then are executed all at once. This happened with factorio in windowed mode.
I was able to reproduce this with all mods disabled.
If you need further information, i'll try to provide them.
so for my mod debugging i'm basically charting the map all the time with
Code: Select all
\c game.player.force.chart(game.player.surface, {{-1024,-1024},{1024,1024}})
I was able to reproduce this with all mods disabled.
If you need further information, i'll try to provide them.