diff --git a/src/ECS/EntityStore.cs b/src/ECS/EntityStore.cs index 003e33d5..2f37a1fd 100644 --- a/src/ECS/EntityStore.cs +++ b/src/ECS/EntityStore.cs @@ -213,7 +213,7 @@ public Entity GetEntityById(int id) { } /// - /// If referenced entity is not present it will use same revision which will be set in . + /// If referenced entity is not alive it will use same revision used in . /// internal Entity CreateEntityReference(long key) {