[Bug] Jump.cs:297 jump ability stop early.

filod

Member
1646757982421.png
fixedUpdate could less than 2*deltaTime, this would cause jump ability stop early, above is my fix
 
The original code is correct. When running in FixedUpdate deltaTime is equal to fixedDeltaTime.
 
Top