Skip to content

Commit

Permalink
Fix categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Nov 25, 2024
1 parent d8ed31f commit ae4e659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectObsidian/Components/Audio/ButterworthFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Obsidian.Components.Audio;

[Category(new string[] { "Audio" })]
[Category(new string[] { "Obsidian/Audio" })]
public class ButterworthFilter : Component, IAudioSource, IWorldElement
{
[Range(0f, 10000f, "0.00")]
Expand Down
2 changes: 1 addition & 1 deletion ProjectObsidian/Components/Audio/EMA_IIR_SmoothSignal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Obsidian.Components.Audio;

[Category(new string[] { "Audio" })]
[Category(new string[] { "Obsidian/Audio" })]
public class EMA_IIR_SmoothSignal : Component, IAudioSource, IWorldElement
{
[Range(0f, 1f, "0.00")]
Expand Down

0 comments on commit ae4e659

Please sign in to comment.