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
24
Wiki
Activity
Browse Source
Corrected function name
pull/342/head
raysan5
7 years ago
parent
c59651bff0
commit
17d40b2f37
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_skybox.c
+ 1
- 1
examples/models/models_skybox.c
View File
@ -62,7 +62,7 @@ int main()
Begin3dMode
(
camera
)
;
DrawModel
(
skybox
,
VectorZero
(
)
,
1.0f
,
WHITE
)
;
DrawModel
(
skybox
,
Vector
3
Zero
(
)
,
1.0f
,
WHITE
)
;
DrawGrid
(
10
,
1.0f
)
;
Write
Preview
Loading…
Cancel
Save