Added world loading and other various improvements
This commit is contained in:
@@ -14,6 +14,8 @@ Entity::Entity()
|
||||
|
||||
Entity::~Entity()
|
||||
{
|
||||
if(model)
|
||||
Model::unload(model);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user