2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

setGlobalProject now called in cook transactions

This commit is contained in:
Jack Andersen
2016-07-06 18:23:36 -10:00
parent 1079c23417
commit 6ac518d99e
6 changed files with 11 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ public:
id = TranslatePakIdToPath(id);
}
static void setGlobalProject(hecl::Database::Project& project)
static void setThreadProject(hecl::Database::Project& project)
{
s_Project.reset(&project);
}