Skip to content

Commit

Permalink
Update Celeste.Mod.mm/Patches/PlayerHair.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Oct 14, 2023
1 parent 08c702d commit 64e5a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Celeste.Mod.mm/Patches/PlayerHair.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static MTexture GetHairTexture(this PlayerHair self, int index)
=> ((patch_PlayerHair) self).GetHairTexture(index);

/// <inheritdoc cref="patch_PlayerHair.GetHairScale(int)"/>
[Obsolete("Use PlayerHair.GetHairTexture instead.")]
[Obsolete("Use PlayerHair.PublicGetHairScale instead.")]
public static Vector2 GetHairScale(this PlayerHair self, int index)
=> ((patch_PlayerHair) self).PublicGetHairScale(index);

Expand Down

0 comments on commit 64e5a52

Please sign in to comment.