ply-loader: add brackets.

pull/1378/head
Kim Kulling 2017-08-03 14:58:39 +02:00
parent ba658e7813
commit 267d3f41e8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public:
EXPECT_EQ( 8u, scene->mMeshes[0]->mNumVertices );
EXPECT_EQ( 6u, scene->mMeshes[0]->mNumFaces );
return nullptr != scene;
return (nullptr != scene);
}
#ifndef ASSIMP_BUILD_NO_EXPORT