1
This commit is contained in:
@@ -172,8 +172,9 @@ namespace Studio.Dynamic.TwinObject
|
||||
AGVManager.instance.SetCopyObject(isAuto, renderObject);
|
||||
}
|
||||
|
||||
private void OnDestroy()
|
||||
protected override void OnDestroy()
|
||||
{
|
||||
base.OnDestroy();
|
||||
StudioService.instance.RemoveTypeIdListener(renderObject.topic, renderObject.code);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user