Added Scene Loading and Program Settings

This commit is contained in:
Aslan2142 2019-08-29 20:18:48 +02:00
parent 881e6c70f2
commit 1bad863c5b
13 changed files with 91 additions and 43 deletions

View file

@ -38,7 +38,7 @@ namespace asloengine
void SceneManager::unload_scene()
{
LOG("UNLOAD");
if (scene)
{
scene->destroy();