Skip to content

Commit

Permalink
Merge pull request #377 from catapillie/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade authored Sep 28, 2021
2 parents 88ffe01 + 11cbddb commit d24cc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Celeste.Mod.mm/Mod/Registry/DecalRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public static void ApplyDecalRegistry(List<KeyValuePair<string, DecalInfo>> elem
GFX.Game.GetTextures().Keys
.GroupBy(
s => s.StartsWith("decals/") ?
s.Substring(7).TrimEnd('0','1','2','3','4','5','6','7','8','9') :
s.Substring(7).TrimEnd('0','1','2','3','4','5','6','7','8','9').ToLower() :
null,
(s, matches) => s
)
Expand Down

0 comments on commit d24cc63

Please sign in to comment.