set target framerate back to 60
GitOrigin-RevId: 7a97b3cd07afccafab047ad81df10269360b066e
This commit is contained in:
parent
f5ca85264f
commit
0c7c15c047
@ -30,7 +30,7 @@ namespace SemiColinGames {
|
||||
graphics = new GraphicsDeviceManager(this);
|
||||
graphics.SynchronizeWithVerticalRetrace = false;
|
||||
IsFixedTimeStep = true;
|
||||
TargetElapsedTime = TimeSpan.FromSeconds(1.0 / 120);
|
||||
TargetElapsedTime = TimeSpan.FromSeconds(1.0 / 60);
|
||||
IsMouseVisible = true;
|
||||
Content.RootDirectory = "Content";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user