It makes little sense to set these when using RelativeSizeAxes.Both
Co-authored-by: Dean Herbert <pe@ppy.sh>
Fix breaks being culled during beatmap parsing
Due to pooling usage, there is no time we need to unload. Switching to DelayedLoadWrapper cleans up the code and reduces overhead substantially.