From 2e59533628d8dfe9a45afbc81a336883e91599a9 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sun, 7 Aug 2022 14:41:58 -0500 Subject: [PATCH] rm --- src/pixie/paths.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pixie/paths.nim b/src/pixie/paths.nim index bf7908c..2e16005 100644 --- a/src/pixie/paths.nim +++ b/src/pixie/paths.nim @@ -270,7 +270,6 @@ proc transform*(path: Path, mat: Mat3) {.raises: [].} = path.commands[0] = Move.float32 var i: int - # for command in path.commands.mitems: while i < path.commands.len: let kind = path.commands[i].PathCommandKind inc i