Browse Source

update models box collisions (#4224)

pull/4243/head
Anthony Carbajal 3 months ago
committed by GitHub
parent
commit
85c6489d81
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/models/models_box_collisions.c

+ 1
- 1
examples/models/models_box_collisions.c View File

@ -109,7 +109,7 @@ int main(void)
EndMode3D();
DrawText("Move player with cursors to collide", 220, 40, 20, GRAY);
DrawText("Move player with arrow keys to collide", 220, 40, 20, GRAY);
DrawFPS(10, 10);

Loading…
Cancel
Save