Skip to content

Commit

Permalink
Comment clearing messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Nov 9, 2024
1 parent 990255c commit 8a5a252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bang/Entities/Entity_Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal void ClearMessages()
{
// We no longer send notification to systems upon clearing messages.
// Filters should NOT track messages, this just has too much overhead.
_ = _messages.ToImmutableArray();
// _ = _messages.ToImmutableArray();
_messages.Clear();
}

Expand Down

0 comments on commit 8a5a252

Please sign in to comment.