mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 20:29:04 +08:00
Possible fix for error: invalid path 'models/CubeImageUriSpaces/ 2x2 image has multiple spaces.png ' on Windows(NTFS? dislikes extra white space after the file extension )
This commit is contained in:
parent
bcf2ce586e
commit
23d1ff2880
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 79 B |
@ -69,7 +69,7 @@
|
|||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"uri": " 2x2 image has multiple spaces.png "
|
"uri": " 2x2 image has multiple spaces.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"accessors": [
|
"accessors": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user