Fix wrong aabb returned from PhysicsComponent2D (#127)

This commit is contained in:
Gawaboumga
2017-06-20 06:53:39 +02:00
committed by Jérôme Leclercq
parent 6ff510ad4a
commit 47a22c2785
3 changed files with 42 additions and 5 deletions

View File

@@ -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")
{