Renamed some functions to use latest raylib version

This commit is contained in:
Ray 2021-03-12 18:00:36 +01:00
parent 0872365938
commit fe3256be9f
3 changed files with 5 additions and 5 deletions

View file

@ -145,7 +145,7 @@ int main(void)
DrawFPS(10, 10);
DrawText(FormatText("Screen Size: [%i, %i]", GetScreenWidth(), GetScreenHeight()), 10, 40, 10, GREEN);
DrawText(TextFormat("Screen Size: [%i, %i]", GetScreenWidth(), GetScreenHeight()), 10, 40, 10, GREEN);
// Draw window state info
DrawText("Following flags can be set after window creation:", 10, 60, 10, GRAY);