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:
parent
76918206da
commit
bc6cf3157e
3 changed files with 3 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use serde::Deserializer;
|
||||
use serde::de::{Error, Unexpected};
|
||||
use serde::Deserializer;
|
||||
use std::fmt;
|
||||
|
||||
struct BoolVisitor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue