Rename TextureTypeToString() to aiTextureTypeToString()

Closes: https://github.com/assimp/assimp/issues/4493
This commit is contained in:
IOhannes m zmölnig
2022-05-01 13:27:42 +02:00
parent 461370946c
commit 1d3d5c4bb6
7 changed files with 7 additions and 7 deletions

View File

@@ -521,7 +521,7 @@ void ValidateDSProcess::Validate(const aiAnimation *pAnimation) {
// ------------------------------------------------------------------------------------------------
void ValidateDSProcess::SearchForInvalidTextures(const aiMaterial *pMaterial,
aiTextureType type) {
const char *szType = TextureTypeToString(type);
const char *szType = aiTextureTypeToString(type);
// ****************************************************************************
// Search all keys of the material ...