File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ local function ECS_ENTITY_T_LO(e: i53): i24
131
131
return if e > ECS_ENTITY_MASK then (e // ECS_ID_FLAGS_MASK ) // ECS_ENTITY_MASK else e
132
132
end
133
133
134
- local function STRIP_GENERATION (e : i53 ): i24
134
+ local function _STRIP_GENERATION (e : i53 ): i24
135
135
return ECS_ENTITY_T_LO (e )
136
136
end
137
137
@@ -159,7 +159,7 @@ local function entity_index_get_alive(index: EntityIndex, e: i24): i53
159
159
error (ERROR_ENTITY_NOT_ALIVE )
160
160
end
161
161
162
- local function entity_index_sparse_get (entityIndex , id )
162
+ local function _entity_index_sparse_get (entityIndex , id )
163
163
return entityIndex .sparse [entity_index_get_alive (entityIndex , id )]
164
164
end
165
165
@@ -276,7 +276,7 @@ local function id_record_ensure(
276
276
return archetypesMap
277
277
end
278
278
279
- local function ECS_ID_IS_WILDCARD (e : i53 ): boolean
279
+ local function _ECS_ID_IS_WILDCARD (e : i53 ): boolean
280
280
assert (ECS_IS_PAIR (e ))
281
281
local first = ECS_ENTITY_T_HI (e )
282
282
local second = ECS_ENTITY_T_LO (e )
You can’t perform that action at this time.
0 commit comments