mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Faster lighting at map generation time
This commit is contained in:
@@ -412,8 +412,9 @@ void LocalPlayer::applyControl(float dtime)
|
||||
}
|
||||
else
|
||||
{
|
||||
speed += move_direction;
|
||||
superspeed = true;
|
||||
// "Turbo button"
|
||||
/*speed += move_direction;
|
||||
superspeed = true;*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user