Skip to content

Commit

Permalink
Sneaky comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 13, 2023
1 parent aa4faf5 commit 0e4e916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Mania/Skinning/Legacy/LegacyBodyPiece.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ protected override void Update()
break;

default:
// this is where things get fucked up.
// this is where things get a bit messed up.
// honestly there's three modes to handle here but they seem really pointless?
// let's wait to see if anyone actually uses them in skins.
if (bodySprite != null)
Expand Down

0 comments on commit 0e4e916

Please sign in to comment.