correct frame limiter documentation mistake

pull/51/head
cosmonaut 2023-09-19 13:46:41 -07:00
parent 402c26131d
commit 653f90c29f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace MoonWorks
{
public FrameLimiterMode Mode;
/// <summary>
/// If Mode is set to Uncapped, this is the maximum frames per second that will be rendered.
/// If Mode is set to Capped, this is the maximum frames per second that will be rendered.
/// </summary>
public int Cap;