FIX broken MD5Parser.cpp.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@500 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2009-10-26 18:41:58 +00:00
parent 48150bd71a
commit d0ab169de9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ using namespace Assimp::MD5;
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
// Parse the segment structure fo a MD5 file // Parse the segment structure fo a MD5 file
MD5Parser::MD5Parser(char* _buffer, unsigned int /*_fileSize*/ ) MD5Parser::MD5Parser(char* _buffer, unsigned int _fileSize )
{ {
ai_assert(NULL != _buffer && 0 != _fileSize); ai_assert(NULL != _buffer && 0 != _fileSize);