1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 18:23:04 +08:00

Add TODO comment about lack of in-gameplay support

This commit is contained in:
Bartłomiej Dach 2021-09-13 00:13:07 +02:00
parent 1be8cb452f
commit 5969e2b852
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -95,6 +95,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Whether or not sound samples should change rate when playing with speed-changing mods.
/// TODO: only read/write supported for now, requires implementation in gameplay.
/// </summary>
public bool SamplesMatchPlaybackRate { get; set; }