mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 21:47:41 +00:00
Fix incidious threading derp
This commit is contained in:
@@ -286,7 +286,7 @@ bool MLVL::Cook(const hecl::ProjectPath& outPath, const hecl::ProjectPath& inPat
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Cull duplicate area paths and add typed hash to list */
|
/* Cull duplicate area paths and add typed hash to list */
|
||||||
auto& conn = hecl::BlenderConnection::SharedConnection();
|
auto& conn = btok.getBlenderConnection();
|
||||||
if (conn.openBlend(areaPath))
|
if (conn.openBlend(areaPath))
|
||||||
{
|
{
|
||||||
MLVL::Area& areaOut = mlvl.areas.back();
|
MLVL::Area& areaOut = mlvl.areas.back();
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: 6c8a6067c8...2f1644c6f0
2
nod
2
nod
Submodule nod updated: 3f0412ae69...bb6a5ff444
Reference in New Issue
Block a user