Corrected issue with LoadMesh()

This commit is contained in:
Ray 2019-04-05 13:13:42 +02:00
parent a728376cdf
commit 38a13b76d1
2 changed files with 16 additions and 16 deletions

View file

@ -59,7 +59,7 @@ int main()
DrawGizmo(position); // Draw gizmo
EndMode3D();
DrawText("(c) Castle 3D model by Alberto Cano", screenWidth - 200, screenHeight - 20, 10, GRAY);
DrawFPS(10, 10);