mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
cancel instance move on sub mode change
This commit is contained in:
parent
1240e0c716
commit
25effc4222
@ -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…
x
Reference in New Issue
Block a user