chore: 删除一行无用绘制

This commit is contained in:
unanmed 2025-07-09 18:31:07 +08:00
parent 6ed43b3d29
commit 13adf00d07

View File

@ -384,7 +384,6 @@ export const GameTitle = defineComponent<GameTitleProps>(props => {
const pos = maskPos.value;
ctx.save();
ctx.translate(pos, 0);
ctx.fillStyle = 'transparent';
ctx.fillStyle = maskGradient!;
ctx.fillRect(0, 0, MAIN_WIDTH + MAIN_HEIGHT + 200, MAIN_HEIGHT);
ctx.restore();