static void Main(string[] args) { using (RenderPrecisionTestGame game = new RenderPrecisionTestGame()) { game.Run(); } }