1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

Merge pull request #5 from krakow10/node-typo

typo
This commit is contained in:
Robin Appelman 2024-02-14 15:42:55 +01:00 committed by GitHub
commit 84a66e06a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,7 @@ pub struct Node {
pub mins: [i16; 3],
pub maxs: [i16; 3],
pub first_face: u16,
pub face_cound: u16,
pub face_count: u16,
pub area: i16,
pub padding: i16,
}