Skip to content

Commit

Permalink
removed a mergeconflic line fuck up.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlintarN committed Feb 25, 2018
1 parent 3f62a11 commit 1804029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/CharacterMovement.cs
Expand Up @@ -211,7 +211,7 @@ void OnTriggerEnter(Collider col)
}
}

private void ResetCharacter(){

private void ResetCharacterOnLevelLoad(){
ResetPosition();
if (KeyObject != null && HasKey){
Expand Down

0 comments on commit 1804029

Please sign in to comment.