static void Main() { using (HeightmapCollisionGame game = new HeightmapCollisionGame()) { game.Run(); } }