mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Initial PATH cooking support
This commit is contained in:
@@ -1522,7 +1522,10 @@ Actor::Actor(Connection& conn)
|
||||
|
||||
PathMesh::PathMesh(Connection& conn)
|
||||
{
|
||||
|
||||
uint32_t dataSize;
|
||||
conn._readBuf(&dataSize, 4);
|
||||
data.resize(dataSize);
|
||||
conn._readBuf(data.data(), dataSize);
|
||||
}
|
||||
|
||||
const Bone* Armature::lookupBone(const char* name) const
|
||||
|
||||
Reference in New Issue
Block a user