mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
explicitly flag scene as modified when changing visibility mask
This commit is contained in:
parent
439ba57d46
commit
507e5c4f6e
1 changed files with 1 additions and 0 deletions
|
@ -204,4 +204,5 @@ void CSVRender::WorldspaceWidget::dropEvent (QDropEvent* event)
|
|||
void CSVRender::WorldspaceWidget::elementSelectionChanged()
|
||||
{
|
||||
setVisibilityMask (getElementMask());
|
||||
flagAsModified();
|
||||
}
|
Loading…
Reference in a new issue