Fix lights on Windows with only one device available (http://www.stepmania.com/forums/showthread.php?t=20002)
This commit is contained in:
@@ -497,7 +497,7 @@ GameInput LightsManager::GetFirstLitGameButtonLight()
|
||||
|
||||
bool LightsManager::IsEnabled() const
|
||||
{
|
||||
return m_vpDrivers.size() > 1 || PREFSMAN->m_bDebugLights;
|
||||
return m_vpDrivers.size() >= 1 || PREFSMAN->m_bDebugLights;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user