mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
cleanup and updates
This commit is contained in:
parent
f6e2a200ca
commit
f414c8cc97
6 changed files with 150 additions and 176 deletions
|
|
@ -24,9 +24,6 @@ impl<'a> Handle<'a, StaticPropLump> {
|
|||
|
||||
impl<'a> PropDynamic<'a> {
|
||||
pub fn as_prop_placement(&self) -> PropPlacement<'a> {
|
||||
if self.model.contains("slide_large") | self.model.contains("resup") {
|
||||
// dbg!(self);
|
||||
}
|
||||
PropPlacement {
|
||||
model: self.model,
|
||||
rotation: self.angles.as_quaternion(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue