1
0
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:
PilzAdam
2013-01-14 21:30:36 +01:00
parent 61f5ca6b16
commit c691d619c2

View File

@@ -2316,6 +2316,8 @@ void the_game(
if(input->getRightState())
repeat_rightclick_timer += dtime;
else
repeat_rightclick_timer = 0;
if(playeritem_usable && input->getLeftState())
{