Fixed typo in gx.v

Period replaced with a comma.
pull/556/head
ultraviolets 2019-06-24 21:59:56 +01:00 committed by Alex Medvednikov
parent 7f7cbdab75
commit 5a20b6c5d0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const (
// Primary colors
Blue = Color { r: 0, g: 0, b: 255 }
Red = Color { r: 255, g: 0, b: 0 }
Yellow = Color { r: 255. g: 255, b: 0 }
Yellow = Color { r: 255, g: 255, b: 0 }
// Secondary colors
Green = Color { r: 0, g: 255, b: 0 }