1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 00:20:21 +08:00
Files
osu-lazer/osu.Game/Database
T
Dean Herbert 60b80c88b6 Avoid file retrieval overhead when detaching BeatmapSetInfo
It seems that no usages of `BeatmapSetInfo` detaches require files - a
`WorkingBeatmap` is always obtained before doing further lookups.

Therefore we can omit this include unless the detaching object is a
`BeatmapInfo`. A refetch is performed when retrieving a
`WorkingBeatmap` to complete the equation.
60b80c88b6 · 2022-01-19 00:49:18 +09:00
History
..
2020-12-19 10:36:27 +01:00
2021-11-30 11:56:53 +09:00
2021-10-01 22:23:51 +09:00