[FIX + check] cleaned up the singleton and loading scene, only loading the models should be the only thing to do. besides checking it in another scene!

This commit is contained in:
Lars
2021-06-18 10:43:26 +02:00
parent 8dbe088a91
commit 773e8e9a96
3 changed files with 3 additions and 42 deletions

View File

@@ -187,16 +187,3 @@ void singleton::Model_Storage::set_default_texture(models::ModelTexture texture)
void singleton::Model_Storage::set_shared_test(entities::Entity* temp)
{
test_pointer = temp;
}
entities::Entity* singleton::Model_Storage::get_test_pointer()
{
return test_pointer;
}