[DEV] init the physcs shape

This commit is contained in:
Edouard DUPIN 2013-08-12 22:51:24 +02:00
parent 5279f00379
commit 088198ad5b

View File

@ -40,7 +40,7 @@ namespace ewol
sphere
} type_te;
public:
PhysicsShape(void) {};
PhysicsShape(void) : m_quaternion(1,0,0,0), m_origin(0,0,0) {};
virtual ~PhysicsShape(void) {};
public:
virtual type_te GetType(void) { return ewol::PhysicsShape::unknow; };