mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Rename delegate argument
This commit is contained in:
@ -112,9 +112,9 @@ namespace osu.Game.Tournament.Screens
|
||||
{
|
||||
Label = "Stream area resolution",
|
||||
ButtonText = "Set height",
|
||||
Action = i =>
|
||||
Action = height =>
|
||||
{
|
||||
windowSize.Value = new Size((int)(i * aspect_ratio / TournamentSceneManager.STREAM_AREA_WIDTH * TournamentSceneManager.REQUIRED_WIDTH), i);
|
||||
windowSize.Value = new Size((int)(height * aspect_ratio / TournamentSceneManager.STREAM_AREA_WIDTH * TournamentSceneManager.REQUIRED_WIDTH), height);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user