This commit is contained in:
2023-10-04 19:49:06 +03:00
parent 79135e596a
commit e50f87a5fb
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ namespace FlaxEngine
IsRegularWindow = true,
HasSizingFrame = true,
ShowAfterFirstPaint = true,
WindowFPSWhenNotFocused = 2,
WindowFPSWhenNotFocused = 10,
};
}
}

View File

@@ -136,7 +136,7 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(CreateWindowSettings);
/// <summary>
/// Custom framerate limit for window rendering when the window is not focused.
/// </summary>
API_FIELD() int WindowFPSWhenNotFocused = 2;
API_FIELD() int WindowFPSWhenNotFocused = 10;
/// <summary>
/// The custom data (platform dependant).