_fixup
This commit is contained in:
@@ -24,7 +24,7 @@ namespace FlaxEngine
|
||||
IsRegularWindow = true,
|
||||
HasSizingFrame = true,
|
||||
ShowAfterFirstPaint = true,
|
||||
WindowFPSWhenNotFocused = 2,
|
||||
WindowFPSWhenNotFocused = 10,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user