2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:44:56 +00:00

Add flip flag for collision triangles

This commit is contained in:
Jack Andersen
2017-12-08 19:15:26 -10:00
parent 0423e38676
commit a60a02a31e
4 changed files with 7 additions and 3 deletions

View File

@@ -1092,7 +1092,7 @@ BlenderConnection::DataStream::ColMesh::Edge::Edge(BlenderConnection& conn)
BlenderConnection::DataStream::ColMesh::Triangle::Triangle(BlenderConnection& conn)
{
conn._readBuf(this, 16);
conn._readBuf(this, 17);
}
BlenderConnection::DataStream::World::Area::Dock::Dock(BlenderConnection& conn)