update android project
This commit is contained in:
@@ -144,11 +144,8 @@ Texture2D::~Texture2D()
|
||||
{
|
||||
if (auto_destroy)
|
||||
{
|
||||
App::I.render_task_async([this]
|
||||
{
|
||||
LOG("Texture2D auto destroy");
|
||||
destroy();
|
||||
});
|
||||
LOG("Texture2D auto destroy");
|
||||
destroy();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user