Example #1
0
 private void OnPostRender(object sender, EventArgs e)
 {
     game.Update();
     game.Draw(Game1.spriteBatch);
 }