mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-13 21:15:52 +08:00
Clean up obsolete debug output
Signed-off-by: Squareys <squareys@googlemail.com>
This commit is contained in:
parent
4337463c79
commit
f99f760b07
@ -1162,8 +1162,6 @@ static bool LoadExternalFile(std::vector<unsigned char> *out, std::string *err,
|
||||
static bool LoadImageData(Image *image, std::string *err, int req_width,
|
||||
int req_height, const unsigned char *bytes,
|
||||
int size) {
|
||||
//std::cout << "size " << size << std::endl;
|
||||
|
||||
int w, h, comp;
|
||||
// if image cannot be decoded, ignore parsing and keep it by its path
|
||||
// don't break in this case
|
||||
|
Loading…
x
Reference in New Issue
Block a user