From 2c742bee41ae91056b2cc4ae7095c354564e4119 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 25 Mar 2026 17:22:38 +0100 Subject: [PATCH] Fix typo from #3914 --- Source/Engine/UI/GUI/Special/RadialMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/GUI/Special/RadialMenu.cs b/Source/Engine/UI/GUI/Special/RadialMenu.cs index 994d81ab2..d52294da8 100644 --- a/Source/Engine/UI/GUI/Special/RadialMenu.cs +++ b/Source/Engine/UI/GUI/Special/RadialMenu.cs @@ -130,7 +130,7 @@ namespace FlaxEngine.GUI } /// - /// The material instance of used to draw the menu. + /// The material instance of used to draw the menu. /// [HideInEditor] public MaterialInstance MaterialInstance => _materialInstance;