mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 02:12:43 +01:00
- debug overlay text color more pretty
This commit is contained in:
parent
95e9c66a32
commit
cd81720927
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user