mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 12:43:49 +01:00
Fix player controls only being applied for the first move
This commit is contained in:
@@ -216,6 +216,9 @@ void ClientEnvironment::step(float dtime)
|
||||
*/
|
||||
|
||||
{
|
||||
// Control local player
|
||||
lplayer->applyControl(dtime_part, this);
|
||||
|
||||
// Apply physics
|
||||
if (!free_move && !is_climbing) {
|
||||
// Gravity
|
||||
|
||||
Reference in New Issue
Block a user