mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 15:31:51 +08:00
handle invalid maker ids
This commit is contained in:
parent
0ac923d245
commit
30bc2b1002
@ -1518,7 +1518,7 @@ class SongSelect{
|
|||||||
{outline: "#fff", letterBorder: 8},
|
{outline: "#fff", letterBorder: 8},
|
||||||
{fill: "#000"}
|
{fill: "#000"}
|
||||||
])
|
])
|
||||||
} else if(currentSong.maker && currentSong.maker.id > 0){
|
} else if(currentSong.maker && currentSong.maker.id > 0 && currentSong.maker.name){
|
||||||
var _x = x + 62
|
var _x = x + 62
|
||||||
var _y = y + 380
|
var _y = y + 380
|
||||||
ctx.lineWidth = 5
|
ctx.lineWidth = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user