- debug overlay text color more pretty

This commit is contained in:
Ilya Shurumov 2021-05-10 20:31:59 +06:00 committed by InspirationByte
parent 95e9c66a32
commit cd81720927

View File

@ -89,7 +89,7 @@ void DrawDebugOverlays()
if (gDisplayDrawStats)
{
SetTextColour(255, 255, 0);
SetTextColour(128, 120, 0);
sprintf(tempBuf, "Primtab: %d of %d", primTabLeft, PRIMTAB_SIZE);
PrintString(tempBuf, 10, 20);