update android project

This commit is contained in:
2019-07-11 13:34:21 +02:00
parent d453e854b1
commit 92dd00d910
3 changed files with 49 additions and 40 deletions

View File

@@ -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();
}
}