Skip to content

Commit

Permalink
refactor: remove Copy on SamplerDimension
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Jun 22, 2024
1 parent b5ea84e commit b8601e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clovers-cli/src/sampler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl Display for Sampler {
}

/// Various sampling dimensions used by the samplers
#[derive(Clone, Copy)]
#[derive(Clone, Debug)]
pub enum SamplerDimension {
PixelOffsetX,
PixelOffsetY,
Expand Down

0 comments on commit b8601e6

Please sign in to comment.