Skip to content

Commit

Permalink
Update judge.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
2278535805 committed Feb 8, 2025
1 parent 6c25983 commit ec5a316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prpr/src/judge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use crate::{
config::Config,
core::{BadNote, Chart, NoteKind, Point, Resource, Vector, NOTE_WIDTH_RATIO_BASE},
core::{BadNote, Chart, Note, NoteKind, Point, Resource, Vector, NOTE_WIDTH_RATIO_BASE},
ext::{get_viewport, NotNanExt},
};
use macroquad::prelude::{
Expand Down Expand Up @@ -249,7 +249,6 @@ impl JudgeInner {
pub mod inner;
#[cfg(feature = "closed")]
use inner::*;
use crate::core::Note;

#[repr(C)]
pub struct Judge {
Expand Down

0 comments on commit ec5a316

Please sign in to comment.