1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00
osu-lazer/osu.Game.Rulesets.Taiko/Mods
Bartłomiej Dach e3bc1126d7
Fix invalid flashlight size calculation
This regressed in #20714. One usage of `getSizeFor(0)` was replaced by
`adjustSize(GetSize())`, but another usage of `getSizeFor(Combo.Value)`
was replaced by `adjustSize(Combo.Value)`, which is not correct, since
`adjustSize()` is expecting to receive a combo-based size, rather than a
combo value directly.
2022-10-25 20:03:22 +02:00
..
TaikoModAutoplay.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModCinema.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModClassic.cs Mark the property as nullable and add some assert check. 2022-07-27 22:31:48 +08:00
TaikoModDaycore.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModDifficultyAdjust.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModDoubleTime.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModEasy.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
TaikoModFlashlight.cs Fix invalid flashlight size calculation 2022-10-25 20:03:22 +02:00
TaikoModHalfTime.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModHardRock.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModHidden.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
TaikoModMuted.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModNightcore.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModNoFail.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModPerfect.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModRandom.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
TaikoModRelax.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
TaikoModSuddenDeath.cs Remove nullable disable annotation in the Taiko ruleset. 2022-07-27 22:28:13 +08:00
TaikoModSwap.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00