From 1983b3b32da3344d254235922e34be7e7eec1624 Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Tue, 19 May 2026 10:44:29 +0200 Subject: [PATCH] fix polygon tools --- pixler.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixler.bas b/pixler.bas index d547d82..15cac2d 100644 --- a/pixler.bas +++ b/pixler.bas @@ -615,7 +615,7 @@ if state.isdrawing then for i = 0 to ubound(finalP) - 1 tmpstr = tmpstr + tst(finalP(i)) + "," next i - tmpstr = tmpstr + tst(finalP(i)) + "," + hex$(state.fcolor) + ")" + tmpstr = tmpstr + tst(finalP(i)) + ")" addcommand tmpstr ' Clean up local tool state @@ -672,7 +672,7 @@ if state.isdrawing then for i = 0 to ubound(finalP) - 1 tmpstr = tmpstr + tst(finalP(i)) + "," next i - tmpstr = tmpstr + tst(finalP(i)) + "," + hex$(state.fcolor) + ")" + tmpstr = tmpstr + tst(finalP(i)) + ")" addcommand tmpstr ' Clean up local tool state