fix mixer on iOS, work with RGBA16F buffers on iOS instead of fallback to RGBA8

This commit is contained in:
2018-08-05 16:27:26 +02:00
parent 2137de66ff
commit 0fb6658373
6 changed files with 27 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ bool App::request_close()
m->m_title->set_text("Unsaved document");
m->m_message->set_text("Do you want to close without saving?");
m->btn_ok->m_text->set_text("Yes");
m->btn_ok->on_click = [](Node*) {
m->btn_ok->on_click = [this](Node*) {
#ifdef _WIN32
destroy_window();
PostQuitMessage(0);