1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

typo: fix typos

This commit is contained in:
Konkitoman
2023-08-22 11:08:56 +03:00
parent ab59bf8c88
commit 8e864bdfbc
5 changed files with 20 additions and 11 deletions

View File

@@ -316,6 +316,7 @@ pub struct EpiIntegration {
pub beginning: Instant,
pub egui_ctx: egui::Context,
pending_full_output: egui::FullOutput,
/// When set, it is time to close the native window.
close: bool,