From a18368acd2a067d1d3e366be8e235cc49bb72a07 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Tue, 18 Feb 2025 01:23:33 -0600 Subject: [PATCH] uhhh wait a minute --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index b173e02..0ddb038 100644 --- a/main.c +++ b/main.c @@ -319,7 +319,7 @@ int main(const int argc, char *argv[]) { } fclose(partlist); - if (opt.d) { + if (!opt.d) { // Pass on images to COMPIMG printf("Encoding texture file...\n"); char* command = (char*)malloc((54 + 3 * abs(1-opt.o) + strlen(filename))*sizeof(char)); // MSVC