src/Assimp/Importer.cpp
Showing 0 of 2 total issues
Either the condition !scene
is redundant or there is possible null pointer dereference: scene. Wontfix
Wontfix
modelName = scene->mName.C_Str();
- Read upRead up
- Exclude checks
src/Assimp/Importer.cpp on lines 59..59
Either the condition !scene
is redundant or there is possible null pointer dereference: scene. Wontfix
Wontfix
if(scene->HasAnimations()) {
- Read upRead up
- Exclude checks
src/Assimp/Importer.cpp on lines 59..59