mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 11:13:50 +00:00
Clean up obsolete debug output
Signed-off-by: Squareys <squareys@googlemail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user