From 1e344363e08a758bba335fea1938946202e9c66e Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 18 Jan 2017 23:03:43 -1000 Subject: [PATCH] Fix incidious threading derp --- DataSpec/DNAMP1/MLVL.cpp | 2 +- hecl | 2 +- nod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DataSpec/DNAMP1/MLVL.cpp b/DataSpec/DNAMP1/MLVL.cpp index 832e01f7c..4f812c67a 100644 --- a/DataSpec/DNAMP1/MLVL.cpp +++ b/DataSpec/DNAMP1/MLVL.cpp @@ -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(); diff --git a/hecl b/hecl index 6c8a6067c..2f1644c6f 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 6c8a6067c841b490c5d4b4bf6bb6da1f9c648ca6 +Subproject commit 2f1644c6f04e1cb2e2c5cdf31a04ea65642c7398 diff --git a/nod b/nod index 3f0412ae6..bb6a5ff44 160000 --- a/nod +++ b/nod @@ -1 +1 @@ -Subproject commit 3f0412ae6960308ac33c52165cc8ed145557755b +Subproject commit bb6a5ff4446536bfda10dab4506988d8227363f3