Add tests and SDK
This commit is contained in:
@@ -55,7 +55,7 @@ SCENARIO("Entity", "[NDK][ENTITY]")
|
||||
{
|
||||
GIVEN("A world & an entity")
|
||||
{
|
||||
Ndk::World world(false);
|
||||
Ndk::World world;
|
||||
|
||||
Ndk::BaseSystem& system = world.AddSystem<UpdateSystem>();
|
||||
Ndk::EntityHandle entity = world.CreateEntity();
|
||||
@@ -99,4 +99,4 @@ SCENARIO("Entity", "[NDK][ENTITY]")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user