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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user