Skip to content

Commit

Permalink
Make UISceneGameplay extendable
Browse files Browse the repository at this point in the history
  • Loading branch information
insthync committed Feb 27, 2020
1 parent 410372e commit 1be3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/AimAtCursorPlayerCharacterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ protected void UpdateWASDInput()
if (moveDirection.sqrMagnitude > 0f)
{
// Character start moving, so hide npc dialog
HideNpcDialogs();
HideNpcDialog();
}

// Attack when player pressed attack button
Expand Down

0 comments on commit 1be3dd4

Please sign in to comment.