mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +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 */
|
||||
auto& conn = hecl::BlenderConnection::SharedConnection();
|
||||
auto& conn = btok.getBlenderConnection();
|
||||
if (conn.openBlend(areaPath))
|
||||
{
|
||||
MLVL::Area& areaOut = mlvl.areas.back();
|
||||
|
||||
Reference in New Issue
Block a user