mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:49:54 +00:00
cancel instance move on sub mode change
This commit is contained in:
parent
1240e0c716
commit
25effc4222
1 changed files with 1 additions and 0 deletions
|
@ -440,5 +440,6 @@ int CSVRender::InstanceMode::getSubMode() const
|
|||
|
||||
void CSVRender::InstanceMode::subModeChanged (const std::string& id)
|
||||
{
|
||||
getWorldspaceWidget().reset (Mask_Reference);
|
||||
getWorldspaceWidget().setSubMode (getSubModeFromId (id), Mask_Reference);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue