mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-11 23:59:01 +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": [
|
||||
{
|
||||
"uri": " 2x2 image has multiple spaces.png "
|
||||
"uri": " 2x2 image has multiple spaces.png"
|
||||
}
|
||||
],
|
||||
"accessors": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user