Skip to content

Commit

Permalink
Removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Greve committed Jan 16, 2024
1 parent 27234d8 commit 43893b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SourceFiles/draw_extract_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ void draw_extract_panel(ExtractPanelInfo& extract_panel_info, DATManager* dat_ma
if (!initialized) {
for (FileType type : GetAllFileTypes()) {
fileTypeSelections[static_cast<int>(type)] = true;
if (fileTypeSelections[type]) {
num_files_to_extract += dat_manager->get_num_files_for_type(type);
}
num_files_to_extract += dat_manager->get_num_files_for_type(type);
}
initialized = true;
}
Expand Down

0 comments on commit 43893b0

Please sign in to comment.