MassManager: this piece of code is in SaveTool.
Why the Hell is it still here ?
This commit is contained in:
parent
4ed7aff835
commit
5705f408a5
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@ MassManager::MassManager(Containers::StringView save_path, Containers::StringVie
|
||||||
new(&_hangars[i]) Mass{mass_filename};
|
new(&_hangars[i]) Mass{mass_filename};
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!Utility::Path::exists(_stagingAreaDirectory)) {
|
|
||||||
Utility::Path::make(_stagingAreaDirectory);
|
|
||||||
}
|
|
||||||
|
|
||||||
refreshStagedMasses();
|
refreshStagedMasses();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue