Timing of auto-sort.
Posted: Wed Jan 29, 2020 3:48 pm
Currently, the auto-sort function is called whenever the player's main inventory is changed.
It works well, but if the player's main inventory is changing a lot during a short time (such as deconstructing using robots), the game will become very laggy (fps drops a lot) due to the frequent calls to auto-sort function.
I suggest the auto-sort function is only called whenever the player opens the main inventory to improve the performance.
It works well, but if the player's main inventory is changing a lot during a short time (such as deconstructing using robots), the game will become very laggy (fps drops a lot) due to the frequent calls to auto-sort function.
I suggest the auto-sort function is only called whenever the player opens the main inventory to improve the performance.