Kaynağa Gözat

Fix #3293

pull/3296/head
Ray 1 yıl önce
ebeveyn
işleme
9cce5a93ff
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c Dosyayı Görüntüle

@ -1075,7 +1075,7 @@ void DrawFPS(int posX, int posY)
if ((fps < 30) && (fps >= 15)) color = ORANGE; // Warning FPS if ((fps < 30) && (fps >= 15)) color = ORANGE; // Warning FPS
else if (fps < 15) color = RED; // Low FPS else if (fps < 15) color = RED; // Low FPS
DrawText(TextFormat("%2i FPS", GetFPS()), posX, posY, 20, color); DrawText(TextFormat("%2i FPS", fps), posX, posY, 20, color);
} }
// Draw text (using default font) // Draw text (using default font)

||||||
x
 
000:0
Yükleniyor…
İptal
Kaydet