Skip to content

Commit ad5e835

Browse files
authored
Remove Component derive for DepthOfFieldMode (#14761)
Fixes #14592
1 parent 340c749 commit ad5e835

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_core_pipeline/src/dof

1 file changed

+1
-1
lines changed

crates/bevy_core_pipeline/src/dof/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub struct DepthOfFieldSettings {
113113
}
114114

115115
/// Controls the appearance of the effect.
116-
#[derive(Component, Clone, Copy, Default, PartialEq, Debug, Reflect)]
116+
#[derive(Clone, Copy, Default, PartialEq, Debug, Reflect)]
117117
#[reflect(Default, PartialEq)]
118118
pub enum DepthOfFieldMode {
119119
/// A more accurate simulation, in which circles of confusion generate

0 commit comments

Comments
 (0)