formatting fix
This commit is contained in:
parent
19317bc1f3
commit
4c7bdd06d1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ func main() {
|
|||
return
|
||||
}
|
||||
pt.Y += c.PointToFixed(*size * *spacing)
|
||||
x := int(ptr.X >> 6)
|
||||
x := int(ptr.X >> 6)
|
||||
if x > width {
|
||||
width = x
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue