Minor format tweaks

This commit is contained in:
Ray 2021-06-23 09:59:11 +02:00
parent 3db26f82ea
commit 7203acdef9
2 changed files with 2 additions and 2 deletions

View file

@ -279,7 +279,7 @@ static void DrawGrid(int slices, float spacing)
int halfSlices = slices / 2;
rlBegin(RL_LINES);
for(int i = -halfSlices; i <= halfSlices; i++)
for (int i = -halfSlices; i <= halfSlices; i++)
{
if (i == 0)
{