mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
Fix glaring pointer issue in Picomodel load / free.
This one was producing 11 or so warnings.
This commit is contained in:
parent
66b967bd09
commit
23010c89bc
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ static picoModel_t *_fm_load( PM_PARAMS_LOAD ){
|
|||
fm_xyz_st_t *triangle;
|
||||
fm_frame_t *frame;
|
||||
|
||||
picoByte_t *bb, bb0;
|
||||
picoByte_t *bb, *bb0;
|
||||
picoModel_t *picoModel;
|
||||
picoSurface_t *picoSurface;
|
||||
picoShader_t *picoShader;
|
||||
|
|
Loading…
Reference in a new issue