--- a/rust/hwphysics/src/common.rs Thu Aug 29 00:08:03 2019 +0300
+++ b/rust/hwphysics/src/common.rs Thu Aug 29 00:20:41 2019 +0300
@@ -20,7 +20,7 @@
#[inline]
pub fn to_fixed(self) -> FPNum {
- FPNum::new(self.0 as i32, 1000)
+ FPNum::new(self.0 as i32, 1)
}
}