1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 06:10:21 +08:00

Fix a couple of xmldoc typos

This commit is contained in:
Dean Herbert 2024-04-26 14:44:44 +08:00
parent 459f97891d
commit e0e790fa94
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ namespace osu.Game
public const int SAMPLE_DEBOUNCE_TIME = 20;
/// <summary>
/// The maximum volume at which audio tracks should playback. This can be set lower than 1 to create some head-room for sound effects.
/// The maximum volume at which audio tracks should play back at. This can be set lower than 1 to create some head-room for sound effects.
/// </summary>
private const double global_track_volume_adjust = 0.8;

View File

@ -130,7 +130,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
}
/// <summary>
/// Updates the catchup states of all player clocks clocks.
/// Updates the catchup states of all player clocks.
/// </summary>
private void updatePlayerCatchup()
{