Sdk/BaseSystem: Fix udpate with max update rate + unit tests
This commit is contained in:
@@ -55,7 +55,7 @@ SCENARIO("World", "[NDK][WORLD]")
|
||||
{
|
||||
GIVEN("A brave new world and the update system")
|
||||
{
|
||||
Ndk::World world;
|
||||
Ndk::World world(false);
|
||||
Ndk::BaseSystem& system = world.AddSystem<UpdateSystem>();
|
||||
|
||||
WHEN("We had a new entity with an updatable component and a system")
|
||||
|
||||
Reference in New Issue
Block a user