mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-13 16:29:01 +08:00
Fixed typo ("RPEAT")
This commit is contained in:
parent
246d866961
commit
f889d2b0dc
@ -135,7 +135,7 @@ static std::string PrintParameterType(int ty) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
static std::string PrintWrapMode(int mode) {
|
static std::string PrintWrapMode(int mode) {
|
||||||
if (mode == TINYGLTF_TEXTURE_WRAP_RPEAT) {
|
if (mode == TINYGLTF_TEXTURE_WRAP_REPEAT) {
|
||||||
return "REPEAT";
|
return "REPEAT";
|
||||||
} else if (mode == TINYGLTF_TEXTURE_WRAP_CLAMP_TO_EDGE) {
|
} else if (mode == TINYGLTF_TEXTURE_WRAP_CLAMP_TO_EDGE) {
|
||||||
return "CLAMP_TO_EDGE";
|
return "CLAMP_TO_EDGE";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user