1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix incorrect xmldoc

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2024-04-23 17:34:52 +08:00 committed by GitHub
parent 50afd48812
commit 7eeac0f3b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ namespace osu.Game.Storyboards.Drawables
{
Video = video;
// In osu-stable, a mapper can add a scale command for a storyboard.
// In osu-stable, a mapper can add a scale command for a storyboard video.
// This allows scaling based on the video's absolute size.
//
// If not specified we take up the full available space.