Skip to content

Commit

Permalink
change window title
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jun 27, 2018
1 parent 04f86da commit f4b621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glfw/glfw.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Setup() {
glfw.WindowHint(glfw.ContextVersionMinor, 1)

var err error
window, err = glfw.CreateWindow(util.GbWidth*zoom, util.GbHeight*zoom, "Codemotion 2016 - GB Emu", nil, nil)
window, err = glfw.CreateWindow(util.GbWidth*zoom, util.GbHeight*zoom, "Hack & Sangria - GB Emu", nil, nil)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit f4b621e

Please sign in to comment.