Skip to content

Commit

Permalink
[add] Added reflection to Default trait in forgotten type
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-lua committed Mar 17, 2024
1 parent 4f7752f commit 64ccb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_color/src/hsla.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
#[doc = include_str!("../docs/diagrams/model_graph.svg")]
/// </div>
#[derive(Debug, Clone, Copy, PartialEq, Serialize, Deserialize, Reflect)]
#[reflect(PartialEq, Serialize, Deserialize,)]
#[reflect(PartialEq, Serialize, Deserialize, Default)]
pub struct Hsla {
/// The hue channel. [0.0, 360.0]
pub hue: f32,
Expand Down

0 comments on commit 64ccb61

Please sign in to comment.