From 6e8ac0adc01ef37d63a8d5e50241fdcaf63cf5c0 Mon Sep 17 00:00:00 2001 From: hypercross Date: Tue, 21 Jul 2026 13:57:21 +0800 Subject: [PATCH] feat: make FlushPendingMutations public --- OECS/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OECS/World.cs b/OECS/World.cs index efa17ef..fce3b76 100644 --- a/OECS/World.cs +++ b/OECS/World.cs @@ -513,7 +513,7 @@ public class World : IDisposable } } - internal void FlushPendingMutations() + public void FlushPendingMutations() { if (_pendingMutations.Count == 0) return;