mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fix typos (#4796)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user