Throttle rendering in static content windows
This commit is contained in:
@@ -178,6 +178,9 @@ namespace FlaxEditor.GUI.Dialogs
|
||||
windowGUI.PerformLayout();
|
||||
|
||||
OnShow();
|
||||
|
||||
// Throttle rendering of static content
|
||||
_window.RenderTask.RenderFPS = 2;
|
||||
}
|
||||
|
||||
private void OnClosing(ClosingReason reason, ref bool cancel)
|
||||
|
||||
Reference in New Issue
Block a user