fixed accidental delete on app-close

This commit is contained in:
Noel Berry 2022-02-10 01:15:30 -08:00
parent f56e3bb2b2
commit 611aa0b502

View File

@ -113,7 +113,7 @@ namespace
};
BackBuffer app_backbuffer;
TargetRef app_backbuffer_ref = TargetRef(&app_backbuffer);
TargetRef app_backbuffer_ref = TargetRef(&app_backbuffer, [](BackBuffer*) {});
}
bool App::run(const Config* c)