make method private

This commit is contained in:
Matt Parker
2025-12-06 13:23:32 +10:00
parent 0435b4a96e
commit c350f521fa

View File

@@ -47,7 +47,7 @@ public partial class IdeWindow : Control
// PrintOrphanNodes();
}
public void SetMaxFpsForMonitor()
private void SetMaxFpsForMonitor()
{
// Keep max fps below display refresh rate for gsync, to avoid input lag. Currently does not handle window moving across monitors
var refreshRate = (int)DisplayServer.ScreenGetRefreshRate();