From 3aa765d5b86c8345dc14a448a998beca32e33dbb Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Thu, 9 May 2024 06:57:35 +0000 Subject: [PATCH] Update semag/crossnroad/index.html --- semag/crossnroad/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index 5297f02c..9af89ded 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -250,7 +250,6 @@ function drawPeep(x, y, size) { line(x0, y0 + size, x0 + size, y0); line(x0, y0 + 2 * size, x0 + size, y0 + size * 3); - line(x0, y0 + 2 * size, x0 - size, y0 + size * 3); pop(); }