Skip to content

Commit

Permalink
프레임 떡락 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
614project committed Dec 13, 2022
1 parent c1257da commit b18db9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ async void LoadSource(string path)
Display.AddScene(overScene = new GameOver.OverScene());
Framework.function = new FrameworkOption();
Framework.BackgroundColor = new(50, 50, 50,255);
//Display.FrameLateLimit = 60;
Display.FrameLateLimit = 0; //모니터 주사율
Display.FrameLateLimit = Display.FrameLateLimit * 2; //그에 2배
Framework.Run();
}
}
Expand Down

0 comments on commit b18db9f

Please sign in to comment.