Skip to content

Commit

Permalink
chore: change 0. to 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UserIsntAvailable committed Oct 11, 2024
1 parent 9aec4b0 commit edd08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/asset/sound/dat/pattern_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub enum PatternEventVolume {

impl Default for PatternEventVolume {
fn default() -> Self {
PatternEventVolume::Value(0.)
PatternEventVolume::Value(0.0)
}
}

Expand Down

0 comments on commit edd08f3

Please sign in to comment.