mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
Remove debug writing of texture atlas images
This commit is contained in:
parent
bce274f5ac
commit
94a5898755
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue