updated non debug files

This commit is contained in:
Melbyj1125
2022-02-02 08:56:29 -06:00
parent df1b7f5448
commit dd27705eee
2 changed files with 11 additions and 2 deletions

View File

@@ -445,6 +445,10 @@ public class PlayerMovement : NetworkBehaviour
//if wallrunning apply different gravity
if(wallRun.IsWallRunning()){
if(wallRun.firstAttach){
g = 0;
wallRun.firstAttach = false;
}
GravityCalculation(2);
}