IMDraw: change default point color to (1, 1, 1, 1) (was (0, 0, 0, 0))
This commit is contained in:
parent
ec4f5e3663
commit
b333cd2e0b
|
@ -106,6 +106,7 @@ func (imd *IMDraw) Clear() {
|
|||
func (imd *IMDraw) Reset() {
|
||||
imd.points = nil
|
||||
imd.opts = point{}
|
||||
imd.Color(pixel.Alpha(1))
|
||||
imd.Precision(64)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue