move FPS display down due to new display of difficulty
This commit is contained in:
parent
ab95a29697
commit
bb68c800bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1334,7 +1334,7 @@ void DrawFPS(const Surface &out)
|
|||
frameend = 0;
|
||||
}
|
||||
snprintf(string, 12, "%i FPS", framerate);
|
||||
DrawString(out, string, Point { 8, 53 }, UiFlags::ColorRed);
|
||||
DrawString(out, string, Point { 8, 68 }, UiFlags::ColorRed);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue