diff --git a/examples/lights/main.go b/examples/lights/main.go index f778184..6769f47 100644 --- a/examples/lights/main.go +++ b/examples/lights/main.go @@ -98,7 +98,7 @@ func run() { } cfg := pixelgl.WindowConfig{ - Title: "Color Light", + Title: "Lights", Bounds: pixel.R(0, 0, 1024, 768), VSync: true, }