mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Bugfix: else repeat_rightclick_timer = 0;
This commit is contained in:
@@ -2316,6 +2316,8 @@ void the_game(
|
||||
|
||||
if(input->getRightState())
|
||||
repeat_rightclick_timer += dtime;
|
||||
else
|
||||
repeat_rightclick_timer = 0;
|
||||
|
||||
if(playeritem_usable && input->getLeftState())
|
||||
{
|
||||
|
Reference in New Issue
Block a user