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
Fixed issue with `LoadIQM()`
#2676
pull/2682/head
Ray
2 years ago
parent
4b76aa09dd
commit
0c7ba773ec
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rmodels.c
+ 1
- 0
src/rmodels.c
View File
@ -4302,6 +4302,7 @@ static Model LoadIQM(const char *fileName)
RL_FREE
(
blendi
)
;
RL_FREE
(
blendw
)
;
RL_FREE
(
ijoint
)
;
RL_FREE
(
color
)
;
return
model
;
}
Write
Preview
Loading…
Cancel
Save