Remove commented transparent png.

This commit is contained in:
K. S. Ernest (iFire) Lee
2021-11-28 11:50:08 -08:00
parent a3dfcda66e
commit 3d3cf1ae27

View File

@@ -218,9 +218,6 @@ std::shared_ptr<TextureData> 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;
}