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

Clarify comment

This commit is contained in:
Emil Ernerfeldt
2023-11-13 20:00:04 +01:00
parent 0ad99706a6
commit 6e7a735b40
2 changed files with 6 additions and 4 deletions

View File

@@ -495,7 +495,7 @@ impl EpiIntegration {
/// Run user code - this can create immediate viewports, so hold no locks over this!
///
/// If `viewport_ui_cb` is None, we are in the root viewport and will call [`App::update`].
/// If `viewport_ui_cb` is None, we are in the root viewport and will call [`crate::App::update`].
pub fn update(
&mut self,
app: &mut dyn epi::App,