Skip to content

Commit

Permalink
wiArchive: Make sure isClose() returns true after calling Close() (#1036
Browse files Browse the repository at this point in the history
)

Fixes #1035
  • Loading branch information
brakhane authored Jan 20, 2025
1 parent 1db7abd commit fd26919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WickedEngine/wiArchive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ namespace wi
SaveFile(fileName);
}
DATA.clear();
data_ptr = nullptr;
}

bool Archive::SaveFile(const std::string& fileName)
Expand Down

0 comments on commit fd26919

Please sign in to comment.