mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 21:45:38 +00:00
fixed broken loading of single files into the editor
This commit is contained in:
parent
ebb1dab8e1
commit
cafbabde45
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ CSMDoc::Document::Document (const std::vector<boost::filesystem::path>& files, b
|
|||
|
||||
if (new_ && files.size()==1)
|
||||
createBase();
|
||||
else if (files.size()>1)
|
||||
else
|
||||
{
|
||||
std::vector<boost::filesystem::path>::const_iterator end = files.end();
|
||||
|
||||
|
|
Loading…
Reference in a new issue