Skip to content

Commit

Permalink
Update info.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchoen committed Aug 13, 2022
1 parent 3e71633 commit ceb0638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ use std::time::{Duration};
#[repr(C)]
#[derive(Serialize,Deserialize,Clone,Debug,Default)]
pub struct TransformInfo {
#[serde(skip_deserializing,default="Isometry3::identity")]
pub world: Isometry3<f64>,
#[serde(skip_deserializing,default="Isometry3::identity")]
pub local: Isometry3<f64>
}

Expand Down

0 comments on commit ceb0638

Please sign in to comment.