1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +00:00

formatting

This commit is contained in:
David Schmenk 2018-02-21 09:44:59 -08:00 committed by GitHub
parent 56c033fe58
commit 4204d47d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -600,7 +600,7 @@ export def dgrLine(buff, x1, y1, x2, y2)#0
sx = 1
dy--
err = err + dd2
else
else
sx++
err = err - dy2
fin
@ -630,7 +630,7 @@ export def dgrLine(buff, x1, y1, x2, y2)#0
sy = 1
dx--
err = err + dd2
else
else
sy++
err = err - dx2
fin