summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_obj_loading.c
diff options
context:
space:
mode:
authorRay <[email protected]>2019-04-05 13:13:42 +0200
committerRay <[email protected]>2019-04-05 13:13:42 +0200
commit38a13b76d13c6e4f6f6c02bfd63900de56de4a42 (patch)
tree595fb33232aedad8a967b0bbe73aa96c55288ffb /examples/models/models_obj_loading.c
parenta728376cdf8e76c33e36dc3be3b18d99d38be758 (diff)
downloadraylib-38a13b76d13c6e4f6f6c02bfd63900de56de4a42.tar.gz
raylib-38a13b76d13c6e4f6f6c02bfd63900de56de4a42.zip
Corrected issue with LoadMesh()
Diffstat (limited to 'examples/models/models_obj_loading.c')
-rw-r--r--examples/models/models_obj_loading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_obj_loading.c b/examples/models/models_obj_loading.c
index 0251fd3e..74e7d08a 100644
--- a/examples/models/models_obj_loading.c
+++ b/examples/models/models_obj_loading.c
@@ -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);