2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-15 09:25:52 +00:00

Fix incidious threading derp

This commit is contained in:
Jack Andersen 2017-01-18 23:03:43 -10:00
parent 2850d67513
commit 1e344363e0
3 changed files with 3 additions and 3 deletions

View File

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

@ -1 +1 @@
Subproject commit 6c8a6067c841b490c5d4b4bf6bb6da1f9c648ca6 Subproject commit 2f1644c6f04e1cb2e2c5cdf31a04ea65642c7398

2
nod

@ -1 +1 @@
Subproject commit 3f0412ae6960308ac33c52165cc8ed145557755b Subproject commit bb6a5ff4446536bfda10dab4506988d8227363f3