@rbxts/replecs 0.2.3-test1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -708,7 +708,7 @@ function masking_controller.move_component_storage(
|
|
|
708
708
|
local component_added =
|
|
709
709
|
get_component_index_entry(storage.changes.added_components, entity, component, component_type)
|
|
710
710
|
if component_added then
|
|
711
|
-
remove_component_index_entry(
|
|
711
|
+
remove_component_index_entry(storage.changes.added_components, entity, component, component_type)
|
|
712
712
|
set_component_index_entry(target_storage.changes.added_components, entity, component, component_type, true)
|
|
713
713
|
end
|
|
714
714
|
|
|
@@ -1087,7 +1087,7 @@ function masking_controller.start_component(
|
|
|
1087
1087
|
local component_lookup: ComponentLookup = {
|
|
1088
1088
|
generator = generator,
|
|
1089
1089
|
band_generator = band_generator,
|
|
1090
|
-
filter = filter
|
|
1090
|
+
filter = filter,
|
|
1091
1091
|
storage_group = storage_group,
|
|
1092
1092
|
}
|
|
1093
1093
|
lookup.filtered_components[component_type][component] = component_lookup
|
package/out/replecs/ver.luau
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
-- Automatically generated
|
|
2
|
-
return ""
|
|
2
|
+
return "v0.2.3"
|