Formatting.
This commit is contained in:
@@ -73,9 +73,7 @@ bool EmulatorWindow::Initialize() {
|
|||||||
|
|
||||||
UpdateTitle();
|
UpdateTitle();
|
||||||
|
|
||||||
window_->on_closed.AddListener([this](UIEvent* e) {
|
window_->on_closed.AddListener([this](UIEvent* e) { loop_->Quit(); });
|
||||||
loop_->Quit();
|
|
||||||
});
|
|
||||||
loop_->on_quit.AddListener([this](UIEvent* e) { window_.reset(); });
|
loop_->on_quit.AddListener([this](UIEvent* e) { window_.reset(); });
|
||||||
|
|
||||||
window_->on_file_drop.AddListener(
|
window_->on_file_drop.AddListener(
|
||||||
|
|||||||
Reference in New Issue
Block a user