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;