mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Minor fix for behaviour with non-existing LightManager
This commit is contained in:
parent
314c1161ae
commit
8b768f4377
@ -244,7 +244,10 @@ namespace SceneUtil
|
||||
}
|
||||
}
|
||||
if (!mLightManager)
|
||||
{
|
||||
traverse(node, nv);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
mLightManager->prepareForCamera(cv->getCurrentCamera());
|
||||
|
Loading…
x
Reference in New Issue
Block a user