Skip to content

Commit

Permalink
Fixing very minor bug with recording manager name checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rorygames committed May 11, 2021
1 parent 6d79de2 commit 4791862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/RecordingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ public bool CheckUniqueDescriptor(RecordComponent component)
{
_components.RemoveAt(i);
i--;
continue;
}

if (component == _components[i])
Expand Down

0 comments on commit 4791862

Please sign in to comment.