Actually check this out Note on frame skips and jerkiness even though you’re probably not using BasicEffect, if you’re not disposing other objects correctly/creating alot of them each frame it might cause this. Try moving things like new Rectangle(x,y,width,height) for example to the update loop.