osu/osu.Game/Beatmaps/Formats
Bartłomiej Dach 23f3890293
Fix effect point scroll speeds below 0.1x not being encoded properly
Closes https://github.com/ppy/osu/issues/30472.

Caused by mismatching bounds between

	2bd12e14db/osu.Game/Beatmaps/ControlPoints/EffectControlPoint.cs (L22-L26)

and

	2bd12e14db/osu.Game/Beatmaps/ControlPoints/DifficultyControlPoint.cs (L21-L28)
2024-11-05 11:56:19 +01:00
..
Decoder.cs
IHasComboColours.cs
IHasCustomColours.cs
JsonBeatmapDecoder.cs
LegacyBeatmapDecoder.cs Clamp beat divisor to sane range when decoding 2024-08-20 13:52:29 +02:00
LegacyBeatmapEncoder.cs Fix effect point scroll speeds below 0.1x not being encoded properly 2024-11-05 11:56:19 +01:00
LegacyDecoder.cs Fix hit object coordinates being truncated to `int` values 2024-08-09 16:34:39 +09:00
LegacyDifficultyCalculatorBeatmapDecoder.cs
LegacyStoryboardDecoder.cs
Parsing.cs