test: minor changes
This commit is contained in:
@@ -38,7 +38,7 @@ TEST(Example, DisabledEntity) {
|
||||
entt::basic_registry<my_entity> registry{};
|
||||
auto view = registry.view<my_entity, int>();
|
||||
|
||||
const my_entity entity = registry.create(entt::basic_registry<my_entity>::traits_type::construct(42u, 12u));
|
||||
const my_entity entity = registry.create(entt::basic_registry<my_entity>::traits_type::construct(4u, 1u));
|
||||
const my_entity other = registry.create(entt::basic_registry<my_entity>::traits_type::construct(3u, 0u));
|
||||
|
||||
registry.emplace<int>(entity);
|
||||
|
||||
Reference in New Issue
Block a user