[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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user