Remove Copy from RigidBodyBuilder

This commit is contained in:
DasEtwas
2021-05-06 22:39:55 +02:00
parent 2817fb0acb
commit 810c39d427

View File

@@ -564,7 +564,7 @@ impl RigidBody {
} }
/// A builder for rigid-bodies. /// A builder for rigid-bodies.
#[derive(Copy, Clone, Debug, PartialEq)] #[derive(Clone, Debug, PartialEq)]
#[must_use = "Builder functions return the updated builder"] #[must_use = "Builder functions return the updated builder"]
pub struct RigidBodyBuilder { pub struct RigidBodyBuilder {
/// The initial position of the rigid-body to be built. /// The initial position of the rigid-body to be built.