mirror of https://github.com/AxioDL/metaforce.git
Restored hecl_startup.blend load
This commit is contained in:
parent
9ff2ff8dfd
commit
a07683c482
|
@ -348,8 +348,7 @@ bool BlenderConnection::createBlend(const SystemString& path)
|
|||
return false;
|
||||
}
|
||||
HECL::SystemUTF8View pathView(path);
|
||||
_writeLine(("CREATE \"" + pathView.str() + "\"").c_str());
|
||||
//_writeLine(("CREATE \"" + pathView.str() + "\" \"" + m_startupBlend + "\"").c_str());
|
||||
_writeLine(("CREATE \"" + pathView.str() + "\" \"" + m_startupBlend + "\"").c_str());
|
||||
char lineBuf[256];
|
||||
_readLine(lineBuf, sizeof(lineBuf));
|
||||
if (!strcmp(lineBuf, "FINISHED"))
|
||||
|
|
Loading…
Reference in New Issue