mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
SceneWidget::setLighting was missing an update call
This commit is contained in:
parent
03f67cd6bd
commit
930f782bc5
@ -347,6 +347,9 @@ namespace CSVRender
|
||||
|
||||
mLighting = lighting;
|
||||
mLighting->activate (mSceneMgr, mHasDefaultAmbient ? &mDefaultAmbient : 0);
|
||||
|
||||
if (mWindow)
|
||||
mWindow->update();
|
||||
}
|
||||
|
||||
void SceneWidget::selectLightingMode (const std::string& mode)
|
||||
|
Loading…
Reference in New Issue
Block a user