Skip to content
Snippets Groups Projects
Commit 07818abf authored by Trandinh Thien's avatar Trandinh Thien
Browse files

Fixed turn transitioning screen from appearing when deselecting a menu option

parent 04668bcc
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ namespace Controller
GameState.unitToAttack = null;
GameState.attackConfirmOpen = false;
GameState.dropDownMenuOpen = false;
GameState.transitionTurn = true;
}
else if (lastMouseState.RightButton == ButtonState.Released
&& currentMouseState.RightButton == ButtonState.Pressed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment