Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
xan1242 committed May 7, 2023
1 parent 093609b commit 4d5cf60
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions YGOFM-BGEx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,17 +723,7 @@ int main(int argc, char* argv[])
std::cout << "Untiling disabled!\n";


//for (int i = 0; i < 71; i++)
//{
// ExtractBGToDDS(argv[1], i, true);
//}

for (int i = 512; i < 576; i++)
{
ExtractBGToDDS(argv[1], i, true);
}

//ExtractBGToDDS(argv[1], std::stoi(argv[2]), bUntile, TransparencyMode);
ExtractBGToDDS(argv[1], std::stoi(argv[2]), bUntile, TransparencyMode);


return 0;
Expand Down

0 comments on commit 4d5cf60

Please sign in to comment.