code style
This commit is contained in:
@@ -642,7 +642,7 @@ const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
|
||||
|
||||
// Get file size for progress handler
|
||||
IOStream * fileIO = pimpl->mIOHandler->Open( pFile );
|
||||
uint32_t fileSize = 0;
|
||||
uint32_t fileSize = 0;
|
||||
if (fileIO)
|
||||
{
|
||||
fileSize = fileIO->FileSize();
|
||||
|
||||
Reference in New Issue
Block a user