Parcourir la source

Comment tweak

pull/964/head
Ray il y a 5 ans
Parent
révision
a2fd427224
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/models.c

+ 2
- 2
src/models.c Voir le fichier

@ -3554,7 +3554,7 @@ static Model LoadGLTF(const char *fileName)
}
else
{
// TODO: support normalized unsigned byte/unsigned short texture coordinates
// TODO: Support normalized unsigned byte/unsigned short texture coordinates
TraceLog(LOG_WARNING, "[%s] Texture coordinates must be float", fileName);
}
}
@ -3572,7 +3572,7 @@ static Model LoadGLTF(const char *fileName)
}
else
{
// TODO: support unsigned byte/unsigned int
// TODO: Support unsigned byte/unsigned int
TraceLog(LOG_WARNING, "[%s] Indices must be unsigned short", fileName);
}
}

Chargement…
Annuler
Enregistrer