mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Player::accelerateHorizontal/Vertical should be member of LocalPlayer
This commit is contained in:
parent
cfc8e44759
commit
3a74b84007
4 changed files with 37 additions and 39 deletions
|
@ -119,9 +119,6 @@ public:
|
|||
m_speed = speed;
|
||||
}
|
||||
|
||||
void accelerateHorizontal(v3f target_speed, f32 max_increase);
|
||||
void accelerateVertical(v3f target_speed, f32 max_increase);
|
||||
|
||||
v3f getPosition()
|
||||
{
|
||||
return m_position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue