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

More CRasterFont work, CParticleElectric stub

This commit is contained in:
2016-03-15 16:44:59 -07:00
parent b3859c4476
commit b496ec643b
7 changed files with 175 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ CFactoryFnReturn CFactoryMgr::MakeObjectFromMemory(const SObjectTag& tag, void*
}
else
{
athena::io::MemoryReader r(buf, size);
CMemoryInStream r(buf, size);
return search->second(tag, r, paramXfer);
}
}