rm
This commit is contained in:
parent
d9a427a72f
commit
2e59533628
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ proc transform*(path: Path, mat: Mat3) {.raises: [].} =
|
||||||
path.commands[0] = Move.float32
|
path.commands[0] = Move.float32
|
||||||
|
|
||||||
var i: int
|
var i: int
|
||||||
# for command in path.commands.mitems:
|
|
||||||
while i < path.commands.len:
|
while i < path.commands.len:
|
||||||
let kind = path.commands[i].PathCommandKind
|
let kind = path.commands[i].PathCommandKind
|
||||||
inc i
|
inc i
|
||||||
|
|
Loading…
Reference in a new issue