Only accept repeating input from one player at a time. Fixes "wild scrolling" when 2 players are holding opposite directions.
This commit is contained in:
@@ -92,6 +92,7 @@ protected:
|
||||
bool m_bChosen[NUM_PLAYERS];
|
||||
|
||||
float m_fLockInputSecs;
|
||||
PlayerNumber m_TrackingRepeatingInputFromPlayer;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user