mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-07-16 01:27:58 +08:00
chore: 删除一行无用绘制
This commit is contained in:
parent
6ed43b3d29
commit
13adf00d07
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user