2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-14 22:05:53 +00:00

CStateManager: Fix condition in BuildDynamicLightListForWorld

This commit is contained in:
Luke Street 2020-07-07 06:14:41 -04:00
parent c001985a79
commit 97d2c6895f

View File

@ -519,7 +519,7 @@ void CStateManager::BuildDynamicLightListForWorld() {
return; return;
} }
if (GetLightObjectList().size()) { if (GetLightObjectList().size() == 0) {
return; return;
} }