Skip to content

Commit

Permalink
Add default enqueue for EntityChangeListener
Browse files Browse the repository at this point in the history
  • Loading branch information
behindcurtain3 committed Apr 17, 2024
1 parent f377080 commit 6de7092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ internal override void AddChange(EntityChangeData changeData)
OnDBRemoved(changeData);
break;
default:
EntityChanges.Enqueue(changeData);
break;
}
}
Expand Down

0 comments on commit 6de7092

Please sign in to comment.