mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 17:15:52 +08:00
Fix minor typo
Signed-off-by: Squareys <squareys@googlemail.com>
This commit is contained in:
parent
179edbf054
commit
188965b11e
@ -450,7 +450,7 @@ struct Image {
|
||||
std::vector<unsigned char> image;
|
||||
int bufferView; // (required if no uri)
|
||||
std::string mimeType; // (required if no uri) ["image/jpeg", "image/png", "image/bmp", "image/gif"]
|
||||
std::string uri; // (reqiored if no mimeType)
|
||||
std::string uri; // (required if no mimeType)
|
||||
Value extras;
|
||||
|
||||
Image() { bufferView = -1; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user