fix window title in lights example

This commit is contained in:
faiface 2017-04-14 22:45:44 +02:00
parent 368dab0e7c
commit 620784b34c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ func run() {
}
cfg := pixelgl.WindowConfig{
Title: "Color Light",
Title: "Lights",
Bounds: pixel.R(0, 0, 1024, 768),
VSync: true,
}