Tagged Questions
6
votes
1answer
478 views
Mitigating the noticability of a frame drop in XNA
I have been having some minor frame drop issues in a 2D XNA game.
To start with, I am a vsync'ed, mixed timestep. That is:
IsFixedTimestep = false;
...