diff --git a/binding/unity/Assets/Rhino/RhinoManager.cs b/binding/unity/Assets/Rhino/RhinoManager.cs index 1dea8572..fe7e14af 100644 --- a/binding/unity/Assets/Rhino/RhinoManager.cs +++ b/binding/unity/Assets/Rhino/RhinoManager.cs @@ -133,7 +133,8 @@ public void Process() /// Free resources that were allocated to Rhino and the voice processor /// public void Delete() - {if (_rhino != null) + { + if (_rhino != null) { VoiceProcessor.Instance.RemoveFrameListener(OnFrameCaptured); if (VoiceProcessor.Instance.NumFrameListeners == 0) {