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
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public int? OnlineBeatmapID
/// <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; }