mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Lint fix on localplayer.h
This commit is contained in:
parent
940bd93e88
commit
618e0dd417
1 changed files with 1 additions and 2 deletions
|
@ -144,8 +144,7 @@ public:
|
||||||
void setCollisionbox(const aabb3f &box) { m_collisionbox = box; }
|
void setCollisionbox(const aabb3f &box) { m_collisionbox = box; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void accelerateHorizontal(const v3f &target_speed,
|
void accelerateHorizontal(const v3f &target_speed, f32 max_increase, bool slippery);
|
||||||
const f32 max_increase, bool slippery);
|
|
||||||
void accelerateVertical(const v3f &target_speed, const f32 max_increase);
|
void accelerateVertical(const v3f &target_speed, const f32 max_increase);
|
||||||
bool updateSneakNode(Map *map, const v3f &position, const v3f &sneak_max);
|
bool updateSneakNode(Map *map, const v3f &position, const v3f &sneak_max);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue