1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 01:33:47 +08:00
Files
osu-lazer/osu.Game.Rulesets.Taiko/Difficulty/Preprocessing/Colour/Data
T
Dan Balasescu 94c6beeaf7 Use ctor in a place that looks visually weird
I read through this thinking "why doesn't Previous get assigned to
currentEncoding here? But it's because the initializer runs right after
the ctor and before the "method" returns. So really there's 3 operations
running on one line here - ctor, init, and assignment.
94c6beeaf7 · 2022-08-15 21:30:46 +09:00
History
..
2022-08-15 21:26:54 +09:00