Skip to content

Commit

Permalink
this is more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnormalPoof committed Jan 19, 2025
1 parent 646750e commit f4855fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/transition/StickerSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class StickerSubState extends MusicBeatSubState
for (sticker in stickerSet.getPack("all"))
{
// add the asset key at the beginning of each sticker name because it's just easier lol
var stickerPack:Array<String> = stickerSet.getStickers(sticker).map(s -> assetKey + "/" + s);
var stickerPack:Array<String> = stickerSet.getStickers(sticker).map(s -> '${assetKey}/${s}');
stickers.set(sticker, stickerPack);
}
}
Expand Down

0 comments on commit f4855fa

Please sign in to comment.