Fix missing semicolon.
This commit is contained in:
parent
de8670794c
commit
01dadfada6
@ -708,6 +708,6 @@ OV.NavigatorMeshesPanel = class extends OV.NavigatorPanel
|
|||||||
IsolateMesh (meshInstanceId)
|
IsolateMesh (meshInstanceId)
|
||||||
{
|
{
|
||||||
this.ShowAllMeshes (false);
|
this.ShowAllMeshes (false);
|
||||||
this.ToggleMeshVisibility (meshInstanceId)
|
this.ToggleMeshVisibility (meshInstanceId);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user