Skip to content

Commit

Permalink
Show stater machine debug system.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Oct 6, 2024
1 parent ba36b98 commit 09dd1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Murder.Editor/Systems/Debug/StateMachineDebugSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

namespace Murder.Editor.Systems;

[OnlyShowOnDebugView]
[Filter(typeof(IStateMachineComponent))]
internal class StateMachineDebugSystem : IMurderRenderSystem
{
Expand Down

0 comments on commit 09dd1aa

Please sign in to comment.