extended comment

This commit is contained in:
MaxOhn
2023-01-29 03:40:34 +01:00
parent 6cef427f17
commit 58f6b6631b
+2
View File
@@ -13,6 +13,8 @@ const BASE_SCORING_DISTANCE: f64 = 100.0;
#[derive(Clone, Debug, PartialEq)]
pub struct OsuObject {
/// Position of the object.
///
/// Note that stacking is **not** applied, use the [`stacked_pos`](OsuObject::stacked_pos) method instead.
pub pos: Pos2,
/// Start time of the object.
pub start_time: f64,