From e641c129ac253f0f81b03fb1380328ee6faa0556 Mon Sep 17 00:00:00 2001 From: RetiredSphinx Date: Mon, 2 Nov 2015 09:23:09 -0500 Subject: [PATCH] Yeah whatever --- threadDecompress.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/threadDecompress.cpp b/threadDecompress.cpp index ffc8d60..7b68cc8 100644 --- a/threadDecompress.cpp +++ b/threadDecompress.cpp @@ -111,6 +111,8 @@ DWORD WINAPI decompressResource(LPVOID lpParam) { pngHeader ph; memcpy((void*)&ph, dh.data.data, sizeof(pngHeader)); + + //Convert all images for(int i = 0; i < ph.numImages; i++) { wstringstream wss;