diff --git a/Runtime/CStateManager.cpp b/Runtime/CStateManager.cpp index 2698a3d19..5acf06637 100644 --- a/Runtime/CStateManager.cpp +++ b/Runtime/CStateManager.cpp @@ -519,7 +519,7 @@ void CStateManager::BuildDynamicLightListForWorld() { return; } - if (GetLightObjectList().size()) { + if (GetLightObjectList().size() == 0) { return; }