Browse Source

Fix out of bounds Memory read in Material.Maps by using the MATERIAL_MAP_SPECULAR define instead of the SHADER_LOG_SPECULAR enum

pull/5534/head
RossMartin 2 weeks ago
parent
commit
d03fbaed6d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c View File

@ -7126,4 +7126,4 @@ static ModelAnimation *LoadModelAnimationsM3D(const char *fileName, int *animCou
} }
#endif #endif
#endif // SUPPORT_MODULE_RMODELS
#endif // SUPPORT_MODULE_RMODELS

Loading…
Cancel
Save