Skip to content

Commit

Permalink
1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed Mar 31, 2022
1 parent 941406b commit 232d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameLogic/BeatmapLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public async Task<IReadonlyBeatmapData> TransformDifficulty(IDifficultyBeatmap d
// Process the new beatmap as tho we'd play it so LeftHanded etc is accounted for
var environmentEffectsFilterPreset = (difficulty.difficulty == BeatmapDifficulty.ExpertPlus) ? playerSpecificSettings.environmentEffectsFilterExpertPlusPreset : playerSpecificSettings.environmentEffectsFilterDefaultPreset;
return BeatmapDataTransformHelper.CreateTransformedBeatmapData(
await difficulty.GetBeatmapDataAsync(_sceneSetupData.environmentInfo),
await difficulty.GetBeatmapDataAsync(_sceneSetupData.environmentInfo, playerSpecificSettings),
difficulty.level,
gameplayModifiers,
playerSpecificSettings.leftHanded,
Expand Down

0 comments on commit 232d7fa

Please sign in to comment.