Merge branch 'typo-fix' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-typo-fix

This commit is contained in:
Wojtek Figat
2021-01-11 15:34:41 +01:00
26 changed files with 57 additions and 57 deletions

View File

@@ -636,7 +636,7 @@ namespace FlaxEngine.GUI
}
/// <summary>
/// Draws the children. Can be overriden to provide some customizations. Draw is performed with applied clipping mask for the client area.
/// Draws the children. Can be overridden to provide some customizations. Draw is performed with applied clipping mask for the client area.
/// </summary>
protected virtual void DrawChildren()
{