pull/3590/head
Kim Kulling 2021-01-18 20:28:38 +01:00 committed by GitHub
parent 0803e5e6f3
commit f24c042925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void ScenePreprocessor::ProcessScene() {
// Process all meshes
for (unsigned int i = 0; i < scene->mNumMeshes; ++i) {
if (nullptr == scene->mMeshes[i] {
if (nullptr == scene->mMeshes[i]) {
continue;
}
ProcessMesh(scene->mMeshes[i]);