mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-03 05:15:53 +00:00
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…
x
Reference in New Issue
Block a user