Exemplo n.º 1
0
 internal static void FlushUI(this SpriteBatch batch)
 {
     batch.End();
     batch.BeginUI();
 }