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

Fix doclink

This commit is contained in:
Emil Ernerfeldt
2023-11-13 19:52:00 +01:00
parent eafe36d305
commit 0ad99706a6

View File

@@ -122,7 +122,7 @@ pub trait App {
/// To force a repaint, call [`egui::Context::request_repaint`] at any time (e.g. from another thread).
///
/// This is called for the root viewport ([`egui::ViewportId::ROOT`]).
/// Use [`Context::show_viewport`] to spawn additional viewports (windows).
/// Use [`egui::Context::show_viewport`] to spawn additional viewports (windows).
fn update(&mut self, ctx: &egui::Context, frame: &mut Frame);
/// Get a handle to the app.