1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Fix some warnings

This commit is contained in:
Konkitoman
2023-08-09 19:15:35 +03:00
parent 86ef11c521
commit a88a5cdf83
11 changed files with 118 additions and 143 deletions

View File

@@ -58,7 +58,7 @@ impl eframe::App for MyApp {
});
});
if self.allowed_to_close {
frame.close()
frame.close();
}
}
}