1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00
This commit is contained in:
YgorSouza
2024-07-07 08:50:04 +02:00
committed by GitHub
parent 0f6310c598
commit 39f7368d2e
6 changed files with 8 additions and 8 deletions

View File

@@ -776,7 +776,7 @@ impl Context {
self.write(|ctx| ctx.begin_frame_mut(new_input));
// Plugs run just after the frame has started:
// Plugins run just after the frame has started:
self.read(|ctx| ctx.plugins.clone()).on_begin_frame(self);
}
}