Tagged Questions
5
votes
1answer
261 views
XNA GameTime TotalGameTime slower than real time
I have set-up an empty test project consisting of a System.Diagnostics.Stopwatch and this in the draw method:
spriteBatch.DrawString(font, gameTime.TotalGameTime.TotalSeconds.ToString(),
new ...