benchmark_assimp: fix compilation warning
This commit is contained in:
parent
055ceb24b9
commit
09412eadb9
@ -288,7 +288,7 @@ static void stl_read(const void* filepath)
|
|||||||
if (error != GMIO_ERROR_OK)
|
if (error != GMIO_ERROR_OK)
|
||||||
std::cerr << "gmio error: 0x" << std::hex << error << std::endl;
|
std::cerr << "gmio error: 0x" << std::hex << error << std::endl;
|
||||||
|
|
||||||
const aiScene* scene = globalSceneHelper.scene;
|
// const aiScene* scene = globalSceneHelper.scene;
|
||||||
// std::cout << "BmkGmio, triCount = "
|
// std::cout << "BmkGmio, triCount = "
|
||||||
// << totalTriangleCount(scene) << std::endl;
|
// << totalTriangleCount(scene) << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user