mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-director-debounce' into 'master'
Director: fix positiondelay debounce See merge request KartKrew/Kart!985
This commit is contained in:
commit
4e025836eb
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ void K_UpdateDirector(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
// even if we're not certain, if we're certain we're watching the WRONG player, try to switch
|
// even if we're not certain, if we're certain we're watching the WRONG player, try to switch
|
||||||
if (players[*displayplayerp].position != targetposition+1 && !players[target].positiondelay)
|
if (players[*displayplayerp].position != targetposition+1 && !players[*displayplayerp].positiondelay)
|
||||||
{
|
{
|
||||||
K_DirectorSwitch(target, false);
|
K_DirectorSwitch(target, false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue