mirror of
https://github.com/NoelFB/blah.git
synced 2025-02-18 12:48:27 +08:00
fixed accidental delete on app-close
This commit is contained in:
parent
f56e3bb2b2
commit
611aa0b502
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user