From a2fd427224e7e3251c302597d299efd0e47ae6ca Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 12 Sep 2019 16:26:37 +0200 Subject: [PATCH] Comment tweak --- src/models.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models.c b/src/models.c index b3a50f40..3a9d3da5 100644 --- a/src/models.c +++ b/src/models.c @@ -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); } }