lol idk #1

Closed
Quaternions wants to merge 1062 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 01524146c7 - Show all commits

@ -313,6 +313,7 @@ fn convert(file_thing:std::fs::DirEntry) -> BoxResult<()>{
Err(error::Error::new("Unknown texture format"))?
};
//this fails if the image dimensions are not a multiple of 4
let dds = image_dds::dds_from_image(
&image,
image_dds::ImageFormat::BC7Unorm,