Skip to content

Commit

Permalink
add #[reflect(Component)] to ContrastAdaptiveSharpeningSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Feb 8, 2023
1 parent f57fe1e commit 92fa303
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub use node::CASNode;
///
/// To use this, add the [`ContrastAdaptiveSharpeningSettings`] component to a 2D or 3D camera.
#[derive(Component, Reflect, Clone)]
#[reflect(Component)]
pub struct ContrastAdaptiveSharpeningSettings {
/// Enable or disable sharpening.
pub enabled: bool,
Expand Down

0 comments on commit 92fa303

Please sign in to comment.