fix window title in lights example
This commit is contained in:
parent
7301641916
commit
0ae6b76024
|
@ -98,7 +98,7 @@ func run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg := pixelgl.WindowConfig{
|
cfg := pixelgl.WindowConfig{
|
||||||
Title: "Color Light",
|
Title: "Lights",
|
||||||
Bounds: pixel.R(0, 0, 1024, 768),
|
Bounds: pixel.R(0, 0, 1024, 768),
|
||||||
VSync: true,
|
VSync: true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue