Fix typo
parent
0803e5e6f3
commit
f24c042925
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue