Commit 2a44ac64 authored by mercury233's avatar mercury233

change targetFrameRate

parent 7ec38724
......@@ -829,7 +829,8 @@ public class Program : MonoBehaviour
{
Screen.SetResolution(1300, 700, false);
}
Application.targetFrameRate = 120;
QualitySettings.vSyncCount = 0;
Application.targetFrameRate = 144;
mouseParticle = Instantiate(new_mouse);
instance = this;
initialize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment