mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:07:43 +00:00
AngelScript UniqueModule type
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
HECL::Database::IDataSpec* ds = entry->m_factory(HECL::Database::TOOL_EXTRACT);
|
||||
if (ds)
|
||||
{
|
||||
if (ds->canExtract(m_einfo, m_reps))
|
||||
if (ds->canExtract(*m_info.project, m_einfo, m_reps))
|
||||
m_dataSpecs.emplace_back(ds);
|
||||
else
|
||||
delete ds;
|
||||
|
||||
Reference in New Issue
Block a user