From 7c377aa79b4bccb586219661a9ef2d2c587ab7e5 Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 24 Aug 2024 14:03:55 -0500 Subject: [PATCH] change window name --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 90775e6..113405a 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func main() { } defer sdl.Quit() - window, err := sdl.CreateWindow("test", sdl.WINDOWPOS_UNDEFINED, sdl.WINDOWPOS_UNDEFINED, + window, err := sdl.CreateWindow("milkbucket", sdl.WINDOWPOS_UNDEFINED, sdl.WINDOWPOS_UNDEFINED, 800, 600, sdl.WINDOW_OPENGL) if err != nil { panic(err)