mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-05 12:58:53 +00:00
Fixed typo ("RPEAT")
This commit is contained in:
committed by
GitHub
parent
246d866961
commit
f889d2b0dc
@@ -135,7 +135,7 @@ static std::string PrintParameterType(int ty) {
|
||||
#endif
|
||||
|
||||
static std::string PrintWrapMode(int mode) {
|
||||
if (mode == TINYGLTF_TEXTURE_WRAP_RPEAT) {
|
||||
if (mode == TINYGLTF_TEXTURE_WRAP_REPEAT) {
|
||||
return "REPEAT";
|
||||
} else if (mode == TINYGLTF_TEXTURE_WRAP_CLAMP_TO_EDGE) {
|
||||
return "CLAMP_TO_EDGE";
|
||||
|
||||
Reference in New Issue
Block a user