Throttle rendering in static content windows
This commit is contained in:
@@ -103,7 +103,7 @@ namespace FlaxEngine.GUI
|
||||
_window.Show();
|
||||
_showTarget.OnTooltipShown(this);
|
||||
|
||||
// Throttle tooltip rendering
|
||||
// Throttle rendering of static content
|
||||
_window.RenderTask.RenderFPS = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user