This commit is contained in:
Robin Appelman 2023-12-09 22:30:04 +01:00
commit 1fa7a67515

View file

@ -143,6 +143,6 @@ pub struct MeshHeader {
#[allow(dead_code)]
pub struct MeshVertexData {
// these are pointers?
model_vertext_data: i32,
model_vertex_data: i32,
lod_vertex_count: [i32; 8],
}