update roadmap

This commit is contained in:
BlackMATov
2025-01-28 12:40:57 +07:00
parent 4b13b167c0
commit 68eba9c3da
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
- optimize batch operations for cases with moving entities to empty chunks
- should we clear chunk's components by on_insert tag callback?
- try to keep entity_chunks/places tables as arrays
- update chunk precached hook flags after adding/removing hooks
## After first release

View File

@@ -3748,7 +3748,10 @@ function evolved.set(entity, fragment, ...)
end
else
local new_component = ...
if new_component == nil then new_component = true end
if new_component == nil then
new_component = true
end
new_component_storage[new_place] = new_component