Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Aug 9, 2023
1 parent 87d11b4 commit 207d1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding/unity/Assets/Rhino/RhinoManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ public void Process()
/// Free resources that were allocated to Rhino and the voice processor
/// </summary>
public void Delete()
{if (_rhino != null)
{
if (_rhino != null)
{
VoiceProcessor.Instance.RemoveFrameListener(OnFrameCaptured);
if (VoiceProcessor.Instance.NumFrameListeners == 0) {
Expand Down

0 comments on commit 207d1e5

Please sign in to comment.