fileio_party.cpp: do not flip the party sheet vertically for no unknown reason

This commit is contained in:
ALONSO Laurent
2021-10-29 09:58:44 +02:00
committed by Celtic Minstrel
parent 61d206ae84
commit 89d94b2873

View File

@@ -459,7 +459,6 @@ bool save_party(fs::path dest_file, const cUniverse& univ) {
if(spec_scen_g.party_sheet) {
sf::Image party_pics = spec_scen_g.party_sheet->copyToImage();
party_pics.flipVertically();
fs::path tempPath = tempDir/"temp.png";
party_pics.saveToFile(tempPath.string());
std::ostream& pic_out = partyOut.newFile("save/export.png");