mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Clarify comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user