Skip to content

Commit

Permalink
Update note.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
2278535805 committed Feb 7, 2025
1 parent 25492b4 commit 1d11935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prpr/src/core/note.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ impl Note {
}
let end_height = end_height / res.aspect_ratio * spd;

let clip = !config.draw_below && config.settings.hold_partial_cover;
let clip = false;

let h = if self.time <= res.time { line_height } else { height };
let bottom = h - line_height;
Expand Down

0 comments on commit 1d11935

Please sign in to comment.