Example #1
0
 public void GLEnd()
 {
     if (isBatch)
     {
         batch.GLEnd();
     }
 }
Example #2
0
 public void StopChar()
 {
     fontBatch.GLEnd();
 }