This commit is contained in:
Ryan Oldenburg 2022-08-07 14:41:58 -05:00
parent d9a427a72f
commit 2e59533628

View file

@ -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