Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 0826d4aede - Show all commits

View File

@ -101,6 +101,8 @@ auto UESaveFile::saveToFile() -> bool {
writer.writeUnsignedInt(0);
writer.closeFile();
if(!Utility::Directory::copy(_filepath, _filepath + ".bak")) {
return false;
}