fix CI error
This commit is contained in:
parent
c46474d539
commit
9a99e31e0b
|
|
@ -79,7 +79,7 @@ int main(void)
|
||||||
DrawText("LEFT/RIGHT: Change Space Length", 15, 55, 10, BLACK);
|
DrawText("LEFT/RIGHT: Change Space Length", 15, 55, 10, BLACK);
|
||||||
DrawText("C: Cycle Color", 15, 75, 10, BLACK);
|
DrawText("C: Cycle Color", 15, 75, 10, BLACK);
|
||||||
|
|
||||||
DrawText(TextFormat("Dash: %.0f | Space: %.0f", (int)dashLength, (int)blankLength), 15, 115, 10, DARKGRAY);
|
DrawText(TextFormat("Dash: %.0f | Space: %.0f", dashLength, blankLength), 15, 115, 10, DARKGRAY);
|
||||||
|
|
||||||
DrawFPS(screenWidth - 80, 10);
|
DrawFPS(screenWidth - 80, 10);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user