命令结束后清理不捕捉的实体

pull/653835/MERGE
ChenX 7 years ago
parent 1a76e7935e
commit fe438744bf

@ -44,6 +44,7 @@ export class CommandMachine
{
this.m_CommandIng = false;
app.m_Editor.m_CommandStore.isCmdIng = false;
app.m_Editor.ClearSnapEntity();
}
get CommandNameList(): Set<string>

Loading…
Cancel
Save