Skip to content

Commit

Permalink
Yeah whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredSphinx committed Nov 2, 2015
1 parent be86cb4 commit e641c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions threadDecompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e641c12

Please sign in to comment.