Draak shit

This commit is contained in:
Dofensmirtsz
2016-06-01 02:06:22 +02:00
parent 353efb38c5
commit 644437a5f0
14 changed files with 504 additions and 135 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ void CrystalPoint::update()
if (!worldhandler->isPlayerPositionValid())
player->position = oldPosition;
player->position.y = worldhandler->getHeight(player->position.x, player->position.z) + 1.7f;
player->position.y = worldhandler->getHeight(player->position.x, player->position.z) + 2.5f;
worldhandler->update(deltaTime);