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

cleanup and updates

This commit is contained in:
Robin Appelman 2024-08-29 00:01:42 +02:00
commit f414c8cc97
6 changed files with 150 additions and 176 deletions

View file

@ -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(),