mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Update second usage of comment.
This commit is contained in:
@ -149,7 +149,7 @@ namespace osu.Game.Modes
|
|||||||
/// This is to ensure accurate playback of replay data.
|
/// This is to ensure accurate playback of replay data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="time">The time which we should use for finding the current frame.</param>
|
/// <param name="time">The time which we should use for finding the current frame.</param>
|
||||||
/// <returns>The usable time value. If null, we shouldn't be running components reliant on this data.</returns>
|
/// <returns>The usable time value. If null, we should not advance time as we do not have enough data.</returns>
|
||||||
public override double? SetFrameFromTime(double time)
|
public override double? SetFrameFromTime(double time)
|
||||||
{
|
{
|
||||||
currentDirection = time.CompareTo(currentTime);
|
currentDirection = time.CompareTo(currentTime);
|
||||||
|
Reference in New Issue
Block a user