mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-16 18:42:02 +00:00
SceneViewport - Change base refresh rate to 60 fps
This commit is contained in:
@@ -85,7 +85,7 @@ namespace PckStudio.Rendering
|
||||
private Point PreviousMouseLocation;
|
||||
private Point CurrentMouseLocation;
|
||||
|
||||
private int _refreshRate = 120;
|
||||
private int _refreshRate = 60;
|
||||
private Timer _timer;
|
||||
private bool _initialized;
|
||||
private ShaderLibrary _shaderLibrary;
|
||||
|
||||
Reference in New Issue
Block a user