1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

change StaticPropLump angles field visibility to pub

This commit is contained in:
Quaternions 2025-02-28 14:21:34 -08:00 committed by Robin Appelman
commit bc6cf3157e
3 changed files with 3 additions and 11 deletions

View file

@ -1,5 +1,5 @@
use serde::Deserializer;
use serde::de::{Error, Unexpected};
use serde::Deserializer;
use std::fmt;
struct BoolVisitor;