fix: player flight linearDamping, add verticalDamping (bool)

This commit is contained in:
MihailRis
2024-07-08 23:53:25 +03:00
parent 3cafc39555
commit f3201b7742
5 changed files with 31 additions and 29 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ public:
void teleport(glm::vec3 position);
void updateEntity();
void updateInput(PlayerInput& input, float delta);
void postUpdate(PlayerInput& input, float delta);
void postUpdate();
void attemptToFindSpawnpoint();
@@ -104,4 +104,4 @@ public:
}
};
#endif // SRC_OBJECTS_PLAYER_HPP_
#endif // SRC_OBJECTS_PLAYER_HPP_