other fixes

This commit is contained in:
h4570
2022-08-12 01:05:08 +02:00
parent 00216da1cd
commit cbe346900d
8 changed files with 82 additions and 63 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void Player::handlePlayerPosition(const float& terrainHeight) {
normalizedCamera *= speed;
Vec4 nextPosition(position);
nextPosition.y = terrainHeight - 100.0F;
nextPosition.y = terrainHeight - 60.0F;
if (leftJoy.v <= 100) {
nextPosition.x += normalizedCamera.x;