even more frame limiter clarification

pull/51/head
cosmonaut 2023-09-19 13:48:50 -07:00
parent dd79090028
commit b223c31c8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
namespace MoonWorks namespace MoonWorks
{ {
public enum FrameLimiterMode public enum FrameLimiterMode
{ {
/// <summary> /// <summary>
@ -15,7 +14,8 @@ namespace MoonWorks
} }
/// <summary> /// <summary>
/// The Game's frame limiter setting. Specifies uncapped framerate or a maximum rendering frames per second value. /// The Game's frame limiter setting. Specifies uncapped framerate or a maximum rendering frames per second value. <br/>
/// Note that this is separate from the Game's Update timestep and can be a different value.
/// </summary> /// </summary>
public struct FrameLimiterSettings public struct FrameLimiterSettings
{ {