mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Faster lighting at map generation time
This commit is contained in:
parent
87554408ca
commit
3909e712a0
8 changed files with 605 additions and 33 deletions
|
@ -412,8 +412,9 @@ void LocalPlayer::applyControl(float dtime)
|
|||
}
|
||||
else
|
||||
{
|
||||
speed += move_direction;
|
||||
superspeed = true;
|
||||
// "Turbo button"
|
||||
/*speed += move_direction;
|
||||
superspeed = true;*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue