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

field name

This commit is contained in:
Robin Appelman 2023-12-19 19:12:42 +01:00
commit a6b367a235
2 changed files with 5 additions and 5 deletions

View file

@ -173,7 +173,7 @@ impl<const LEN: usize> BinRead for FixedString<LEN> {
#[derive(Debug, Clone, BinRead)]
pub struct TextureInfo {
pub texture_transforms_u: [f32; 4],
pub texture_transform_v: [f32; 4],
pub texture_transforms_v: [f32; 4],
pub light_map_scale: [f32; 4],
pub light_map_transform: [f32; 4],
pub flags: TextureFlags,