forked from teamnwah/openmw-tes3coop
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)
|
if (new_ && files.size()==1)
|
||||||
createBase();
|
createBase();
|
||||||
else if (files.size()>1)
|
else
|
||||||
{
|
{
|
||||||
std::vector<boost::filesystem::path>::const_iterator end = files.end();
|
std::vector<boost::filesystem::path>::const_iterator end = files.end();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue