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

View File

@ -21,7 +21,7 @@ public DrawableStoryboardVideo(StoryboardVideo video)
{
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.