[DEV] init the physcs shape
This commit is contained in:
parent
5279f00379
commit
088198ad5b
@ -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; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user