refactor: make code consistent to what's above

This commit is contained in:
Aochi
2025-08-01 12:39:23 +02:00
committed by GitHub
parent bb00b59273
commit de93ebd1dc
+1 -1
View File
@@ -131,7 +131,7 @@ impl<'m> OsuPP<'m> {
#[inline]
pub fn passed_objects(mut self, passed_objects: u32) -> Self {
self.passed_objects.replace(passed_objects);
self.passed_objects = Some(passed_objects);
self
}