mirror of https://github.com/ppy/osu
Fix incorrect xmldoc
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
50afd48812
commit
7eeac0f3b9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue