Skip to content

Commit

Permalink
Make TexturingRuleEvaluator Clone & PartialEq
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrimsey committed Dec 5, 2024
1 parent dabb20a commit ed08fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub struct TextureModifierFalloffProperty {
}

#[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))]
#[derive(Reflect, Debug)]
#[derive(Reflect, Debug, Clone, PartialEq)]
pub enum TexturingRuleEvaluator {
/// Applies texture to everything above `height` with a falloff distance of `falloff`
Above {
Expand Down

0 comments on commit ed08fc0

Please sign in to comment.