Fix glaring pointer issue in Picomodel load / free.

This one was producing 11 or so warnings.
This commit is contained in:
Jay Dolan 2020-11-02 17:42:50 -05:00
parent 66b967bd09
commit 23010c89bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;