You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug crashes the game if it occurs - though it would happen rarely due to the circumstances in which it occurs.
Steps to reproduce:
Ensure that you have an idle settlement, i.e. one without an ongoing construction, as well as a deployed unit.
Select the deployed unit.
Press the J key - you should see the settlement highlighted in red, but the unit overlay still displayed instead of the settlement overlay.
At this point, you can exit the bug state by clicking anywhere apart from the settlement (though if you click on the settlement, the unit will somehow move into the same quad. However, to recreate the bug, we now need to press the TAB key.
The settlement should still be highlighted, but the unit overlay should no longer be displayed. Under normal circumstances, we would expect the settlement overlay to be displayed.
Lastly, click anywhere apart from the settlement itself - the game should crash.
The bug is due to the fact that the unit overlay isn't removed when pressing the J key when a unit is selected - you can reference how the TAB key is handled in game_input_handler.py to see how it should work.
The text was updated successfully, but these errors were encountered:
This bug crashes the game if it occurs - though it would happen rarely due to the circumstances in which it occurs.
Steps to reproduce:
The bug is due to the fact that the unit overlay isn't removed when pressing the J key when a unit is selected - you can reference how the TAB key is handled in game_input_handler.py to see how it should work.
The text was updated successfully, but these errors were encountered: