nits
parent
bcca3a0d79
commit
2ffd1cb8db
|
@ -136,7 +136,7 @@ void ProcessDataToken( TokenList& output_tokens, const char*& start, const char*
|
|||
void Tokenize(TokenList& output_tokens, const char* input)
|
||||
{
|
||||
ai_assert(input);
|
||||
ASSIMP_LOG_DEBUG("Tokenizing ascii FBX file");
|
||||
ASSIMP_LOG_DEBUG("Tokenizing ASCII FBX file");
|
||||
|
||||
// line and column numbers numbers are one-based
|
||||
unsigned int line = 1;
|
||||
|
|
|
@ -1320,7 +1320,7 @@ void glTF2Importer::ImportCommonMetadata(glTF2::Asset& a) {
|
|||
|
||||
void glTF2Importer::InternReadFile(const std::string &pFile, aiScene *pScene, IOSystem *pIOHandler) {
|
||||
|
||||
ASSIMP_LOG_DEBUG("Reading GLTF file");
|
||||
ASSIMP_LOG_DEBUG("Reading GLTF2 file");
|
||||
|
||||
// clean all member arrays
|
||||
meshOffsets.clear();
|
||||
|
|
Loading…
Reference in New Issue