2D-Character-Controller icon indicating copy to clipboard operation
2D-Character-Controller copied to clipboard

Fix typo that may cause crouch to always be true

Open NRJulian opened this issue 5 years ago • 0 comments

A typo in the if statement in line 67 may cause the crouch bool to always check true. This revision simply changes the (!crouch) in line 67 to the intended (crouch) so that the script works as expected. Thank you!

NRJulian avatar Jun 22 '19 18:06 NRJulian