Restored hecl_startup.blend load

This commit is contained in:
Jack Andersen 2015-09-17 11:44:02 -10:00
parent 9ff2ff8dfd
commit a07683c482
1 changed files with 1 additions and 2 deletions

View File

@ -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"))