Speed of XNA - Super Stickman Adventure
Hi all,
why is this game so damn slow?
I testet many tutorial games and lots of them have a bad frame rate?
is this a problem of XNA or bad programming?
Make sure you're not running it in Debug mode. I have a project that runs at 30FPS in Debug mode but 200+ otherwise. From VisualStudio use Ctrl-F5 instead of F5, or just run the .exe in the Release folder from Windows Explorer.
Matt