derive Debug for IntegrationParameters
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user