module: rename all_components -> component_types_by_name
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7ccfcefa96
commit
b37ece1b9a
4 changed files with 34 additions and 34 deletions
|
|
@ -99,7 +99,7 @@ test "entities DB" {
|
|||
try testing.expectEqual(@as(usize, 1001), ids[0]);
|
||||
|
||||
// TODO: can't write @as type here easily due to generic parameter, should be exposed
|
||||
// ?Archetype.Slicer(all_components)
|
||||
// ?Archetype.Slicer(component_types_by_name)
|
||||
try testing.expectEqual(iter.next(), null);
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue