public Game1() { gameInterface = new GameInterface(this); gameInterface.InitGraphicsDeviceManager(); //Definition in FPS Notes IsFixedTimeStep = true; }