[FIX] fixed the loading scene, everything runs correctly now

This commit is contained in:
Jasper
2021-06-18 14:53:16 +02:00
parent 06a6930c58
commit ad2d651d41
8 changed files with 158 additions and 374 deletions

View File

@@ -175,7 +175,7 @@ namespace scene
glfwPollEvents();
}
gui_shader1->CleanUp();
render_engine::loader::CleanUp();
//render_engine::loader::CleanUp();
return return_value;
}