Fix typos

This commit is contained in:
Wojtek Figat
2021-07-23 16:25:12 +02:00
parent 46a65f99fa
commit 91be427305
7 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ namespace FlaxEngine.GUI
public float Brightness { get; set; } = 1.0f;
/// <summary>
/// Gets or sets the rendering resolution scale. Can be sued to upscale image or to downscale the rendering to save the performance.
/// Gets or sets the rendering resolution scale. Can be used to upscale image or to downscale the rendering to save the performance.
/// </summary>
public float ResolutionScale { get; set; } = 1.0f;