mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-04 00:54:14 +02:00
typo
This commit is contained in:
parent
9dad47f882
commit
1fa7a67515
1 changed files with 1 additions and 1 deletions
|
|
@ -143,6 +143,6 @@ pub struct MeshHeader {
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
pub struct MeshVertexData {
|
pub struct MeshVertexData {
|
||||||
// these are pointers?
|
// these are pointers?
|
||||||
model_vertext_data: i32,
|
model_vertex_data: i32,
|
||||||
lod_vertex_count: [i32; 8],
|
lod_vertex_count: [i32; 8],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue