Improved smoothness of player movement on moving fans by having the move with floor function push the player out along the vertical axis (relative to the player's ground) instead of just using the shortest path.
Also fixed some broken fans on the fans map and some incorrect uses of fixed update in the code
How Has This Been Tested?
This has been tested by evaluating various kinds of surfaces in space. The error only seems to happen on slanted surfaces that rotate quickly when a player is standing on the surface.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Improved smoothness of player movement on moving fans by having the move with floor function push the player out along the vertical axis (relative to the player's ground) instead of just using the shortest path.
Also fixed some broken fans on the fans map and some incorrect uses of fixed update in the code
How Has This Been Tested?
This has been tested by evaluating various kinds of surfaces in space. The error only seems to happen on slanted surfaces that rotate quickly when a player is standing on the surface.
Checklist: