Fix wrong aabb returned from PhysicsComponent2D (#127)
This commit is contained in:
committed by
Jérôme Leclercq
parent
6ff510ad4a
commit
47a22c2785
@@ -5,7 +5,7 @@
|
||||
#include <NDK/Components/PhysicsComponent3D.hpp>
|
||||
#include <Catch/catch.hpp>
|
||||
|
||||
SCENARIO("PhysicsSystem", "[NDK][PHYSICSSYSTEM]")
|
||||
SCENARIO("PhysicsSystem3D", "[NDK][PHYSICSSYSTEM3D]")
|
||||
{
|
||||
GIVEN("A world and a static entity & a dynamic entity")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user