Skip to content

Commit

Permalink
Fix autoframe for accurate frames
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbirnholz committed Mar 24, 2024
1 parent 7180928 commit d042fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/creator-23.js
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ function makeM15NewFrameByLetter(letter, mask = false, maskToRightHalf = false,
}
var frame = {
'name': frameName + ' Frame',
'src': '/img/frames/m15/new/' + stylePath + letter + '.png',
'src': '/img/frames/m15/new/' + stylePath + letter.toLowerCase() + '.png',
}

// if (letter.includes('L') && letter.length > 1) {
Expand Down

0 comments on commit d042fab

Please sign in to comment.