Fixed build warnings on MSVC14 x64 in the FBX format sources.
This commit is contained in:
@@ -165,7 +165,7 @@ void FBXImporter::InternReadFile( const std::string& pFile,
|
||||
bool is_binary = false;
|
||||
if (!strncmp(begin,"Kaydara FBX Binary",18)) {
|
||||
is_binary = true;
|
||||
TokenizeBinary(tokens,begin,contents.size());
|
||||
TokenizeBinary(tokens,begin,static_cast<unsigned int>(contents.size()));
|
||||
}
|
||||
else {
|
||||
Tokenize(tokens,begin);
|
||||
|
||||
Reference in New Issue
Block a user