Fix lighting typo.
This commit is contained in:
@@ -105,7 +105,7 @@ void LightsDriver_Linux_ITGIO::Set(const LightsState *ls)
|
||||
SetCabinetLights(cabinet_lights, ls);
|
||||
|
||||
SetGameControllerLights(GameController_1, player1_lights, ls);
|
||||
SetGameControllerLights(GameController_2, player1_lights, ls);
|
||||
SetGameControllerLights(GameController_2, player2_lights, ls);
|
||||
|
||||
previousLS = *ls;
|
||||
}
|
||||
|
||||
@@ -177,12 +177,12 @@ void LightsDriver_Linux_PIUIO_Leds::Set(const LightsState *ls)
|
||||
if (IsDance())
|
||||
{
|
||||
SetGameControllerLights(GameController_1, player1_dance_lights, ls);
|
||||
SetGameControllerLights(GameController_2, player1_dance_lights, ls);
|
||||
SetGameControllerLights(GameController_2, player2_dance_lights, ls);
|
||||
}
|
||||
else if (IsPump())
|
||||
{
|
||||
SetGameControllerLights(GameController_1, player1_pump_lights, ls);
|
||||
SetGameControllerLights(GameController_2, player1_pump_lights, ls);
|
||||
SetGameControllerLights(GameController_2, player2_pump_lights, ls);
|
||||
}
|
||||
|
||||
previousLS = *ls;
|
||||
|
||||
Reference in New Issue
Block a user