This commit is contained in:
Christian Semmler 2024-12-22 13:54:21 -07:00
parent 55f2f5bcbe
commit 2b5ad7eec7

View File

@ -29,9 +29,9 @@ class MxStreamProvider : public MxCore {
} }
// FUNCTION: LEGO1 0x100d07c0 // FUNCTION: LEGO1 0x100d07c0
virtual MxResult SetResourceToGet(MxStreamController* p_resource) virtual MxResult SetResourceToGet(MxStreamController* p_pLookup)
{ {
m_pLookup = p_resource; m_pLookup = p_pLookup;
return SUCCESS; return SUCCESS;
} // vtable+0x14 } // vtable+0x14