Skip to content

Commit

Permalink
Fix dot
Browse files Browse the repository at this point in the history
  • Loading branch information
yezhiyi9670 committed Jun 28, 2023
1 parent b79c866 commit c73f1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/nmn/renderer/paint/MusicPaint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ export class MusicPaint {
let dotText = speed.symbol.indexOf('.') != -1 ? '\uE127' : ''
if(speed.text && speed.text[0] != '=') {
symbolText = ''
dotText = ''
}
const symbolToken = new PaintTextToken(
symbolText,
Expand Down

0 comments on commit c73f1b6

Please sign in to comment.