Various fixes

This commit is contained in:
Areloch 2019-05-11 21:42:27 -05:00
parent 0e6ba354db
commit ad5f583893
28 changed files with 198 additions and 381 deletions

View file

@ -7,7 +7,6 @@ StaticShapeObject::StaticShapeObject()
mCollisionComponent(nullptr),
mAnimationComponent(nullptr)
{
}
StaticShapeObject::~StaticShapeObject()
{
@ -65,4 +64,4 @@ bool StaticShapeObject::onAdd()
void StaticShapeObject::onRemove()
{
Parent::onRemove();
}
}