Use correct value for TEXTURE_WRAP_MIRRORED_REPEAT

This commit is contained in:
Luke San Antonio Bialecki 2016-08-19 17:28:03 -04:00
parent 5d8c5c832b
commit 904612cd23

View File

@ -78,7 +78,7 @@ namespace tinygltf {
#define TINYGLTF_TEXTURE_WRAP_RPEAT (10497)
#define TINYGLTF_TEXTURE_WRAP_CLAMP_TO_EDGE (33071)
#define TINYGLTF_TEXTURE_WRAP_MIRRORED_REPEAT (33071)
#define TINYGLTF_TEXTURE_WRAP_MIRRORED_REPEAT (33648)
// Redeclarations of the above for technique.parameters.
#define TINYGLTF_PARAMETER_TYPE_BYTE (5120)