2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00

Remove remaining unused vars from TestGameView

This commit is contained in:
2017-09-14 05:42:20 -07:00
parent 001125429f
commit b28769977f
3 changed files with 6 additions and 16 deletions

View File

@@ -133,7 +133,7 @@ makeProj:
m_mainMP1.emplace(m_factoryMP1, m_objStore, m_vm.m_mainBooFactory,
m_vm.m_mainCommandQueue, m_vm.m_renderTex);
m_vm.InitMP1(*m_mainMP1);
m_vm.BuildTestPART(m_objStore);
m_vm.BuildTestPART();
if (needsSave)
saveProject();