typo
This commit is contained in:
parent
3b8234655d
commit
fc310e12ff
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ TEST_CASE("Create a simple system that processes entities with a specific compon
|
||||||
REQUIRE(w.get<Component>(e1).value == 21);
|
REQUIRE(w.get<Component>(e1).value == 21);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("Test a system’s ability to query and process only entities with a specific combination of components")
|
TEST_CASE("Test a systems ability to query and process only entities with a specific combination of components")
|
||||||
{
|
{
|
||||||
struct C0
|
struct C0
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue