derive Debug for IntegrationParameters

This commit is contained in:
Nathan Stocks
2022-02-24 15:35:35 -07:00
parent 6d5f258af1
commit 4f9d21f4fd

View File

@@ -1,7 +1,7 @@
use crate::math::Real;
/// Parameters for a time-step of the physics engine.
#[derive(Copy, Clone)]
#[derive(Copy, Clone, Debug)]
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
pub struct IntegrationParameters {
/// The timestep length (default: `1.0 / 60.0`)