summaryrefslogtreecommitdiff
path: root/engine/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/ui')
-rw-r--r--engine/src/ui/dear_imgui.rs (renamed from engine/src/ui/imgui.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/ui/imgui.rs b/engine/src/ui/dear_imgui.rs
index f9b4130..7c5dbc3 100644
--- a/engine/src/ui/imgui.rs
+++ b/engine/src/ui/dear_imgui.rs
@@ -90,7 +90,7 @@ pub static SHADER_ASSET_LABEL: LazyLock<AssetLabel> = LazyLock::new(|| AssetLabe
name: Some("imgui_shader".into()),
});
-/// Imgui context
+/// Dear Imgui context
#[derive(Sole)]
pub struct Context
{