forked from mirror/openmw-tes3mp
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)
|
void CSVRender::InstanceMode::subModeChanged (const std::string& id)
|
||||||
{
|
{
|
||||||
|
getWorldspaceWidget().reset (Mask_Reference);
|
||||||
getWorldspaceWidget().setSubMode (getSubModeFromId (id), Mask_Reference);
|
getWorldspaceWidget().setSubMode (getSubModeFromId (id), Mask_Reference);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue