mirror of https://github.com/AxioDL/metaforce.git
CStateManager: Fix condition in BuildDynamicLightListForWorld
This commit is contained in:
parent
c001985a79
commit
97d2c6895f
|
@ -519,7 +519,7 @@ void CStateManager::BuildDynamicLightListForWorld() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (GetLightObjectList().size()) {
|
||||
if (GetLightObjectList().size() == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue