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
Update models_skybox.c
pull/2521/head
Ray
2 years ago
parent
f9426912f6
commit
96292bc859
1 changed files
with
1 additions
and
1 deletions
Unified 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
@ -120,7 +120,7 @@ int main(void)
UnloadImage
(
img
)
;
UnloadImage
(
img
)
;
}
}
TextCopy
(
skyboxFileName
,
droppedFiles
[
0
]
)
;
TextCopy
(
skyboxFileName
,
droppedFiles
.
paths
[
0
]
)
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save