Exemplo n.º 1
0
 /// <summary>
 ///     Dibuja el contador de FPS si esta activo
 /// </summary>
 protected void RenderFPS()
 {
     if (FPS)
     {
         DrawText.drawText(HighResolutionTimer.FramesPerSecondText(), 0, 0, Color.Yellow);
     }
 }