diff --git a/src/gltf/TextureBuilder.cpp b/src/gltf/TextureBuilder.cpp index a59997d..b255249 100644 --- a/src/gltf/TextureBuilder.cpp +++ b/src/gltf/TextureBuilder.cpp @@ -218,9 +218,6 @@ std::shared_ptr TextureBuilder::simple(int rawTexIndex, const std:: } } if (!image) { - // fallback is tiny transparent PNG - // image = new ImageData(textureName, - // "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg=="); return nullptr; }