Remove debug writing of texture atlas images

This commit is contained in:
Dan Paulat 2023-09-03 18:59:34 -05:00
parent bce274f5ac
commit 94a5898755

View file

@ -474,11 +474,6 @@ TextureAtlas::Impl::LoadImage(const std::string& imagePath)
});
}
boost::gil::write_view(
fmt::format("gil-{}.png", url.fileName().toStdString()),
image._view,
boost::gil::png_tag());
stbi_image_free(pixelData);
}
else if (response.status_code == 0)