2009-02-07, 03:13 AM
Yeah, that definitely isn't intended for animation and that would be your problem. To get better performance, you could use a game framework and just put your physics code in its Update() method and drawing code in its Draw() method or whatever the framework calls them.

