Skip to content

Commit

Permalink
fixed adjustments to movement during saving, feedback from Nitram
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Aug 15, 2024
1 parent 1fb6835 commit c12ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXRModules/DeusEx/Classes/DXRAutosave.uc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function FixPlayer(optional bool pos)
p.ViewRotation = player_rot;
p.Velocity = vect(0,0,0);
p.Acceleration = vect(0,0,0);
}*/
}
}

function Tick(float delta)
Expand Down

0 comments on commit c12ece9

Please sign in to comment.