This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
23
Wiki
Activity
Browse Source
update models box collisions (
#4224
)
pull/4243/head
Anthony Carbajal
3 months ago
committed by
GitHub
parent
243801c2d1
commit
85c6489d81
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
cursor
s to collide
"
,
220
,
40
,
20
,
GRAY
)
;
DrawText
(
"
Move player with
arrow key
s to collide
"
,
220
,
40
,
20
,
GRAY
)
;
DrawFPS
(
10
,
10
)
;
Write
Preview
Loading…
Cancel
Save