Build viewer/editor #13
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ auto UESaveFile::saveToFile() -> bool {
|
|||
|
||||
writer.writeUnsignedInt(0);
|
||||
|
||||
writer.closeFile();
|
||||
|
||||
if(!Utility::Directory::copy(_filepath, _filepath + ".bak")) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue