mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-03 08:34:39 +00:00
Fix RidingHeight
This commit is contained in:
@@ -1578,7 +1578,8 @@ void Player::removeSelectedItem()
|
||||
|
||||
double Player::getRidingHeight()
|
||||
{
|
||||
return -0.35f;
|
||||
return heightOffset - 0.5f;
|
||||
//return -0.35f; //TU25
|
||||
}
|
||||
|
||||
void Player::attack(shared_ptr<Entity> entity)
|
||||
|
||||
Reference in New Issue
Block a user