From 01524146c7d45d0a8568c35aa17f8d96ebece35c Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 28 Sep 2023 23:00:22 -0700 Subject: [PATCH] fixme --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index f4ee1d1..aef4c3f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,