mirror of https://github.com/AxioDL/metaforce.git
Add missing arg to BlenderConnection construction
This commit is contained in:
parent
c06cc88441
commit
aef919a665
|
@ -699,7 +699,7 @@ public:
|
||||||
BlenderConnection& getBlenderConnection()
|
BlenderConnection& getBlenderConnection()
|
||||||
{
|
{
|
||||||
if (!m_conn)
|
if (!m_conn)
|
||||||
m_conn.emplace();
|
m_conn.emplace(hecl::VerbosityLevel);
|
||||||
return *m_conn;
|
return *m_conn;
|
||||||
}
|
}
|
||||||
void shutdown()
|
void shutdown()
|
||||||
|
|
Loading…
Reference in New Issue