ui: Fix comments

This commit is contained in:
Hajime Hoshi 2018-12-04 03:10:54 +01:00
parent a88deb03b5
commit 2fd0daec10

View File

@ -97,7 +97,7 @@ func initialize() error {
} }
glfw.WindowHint(glfw.Decorated, decorated) glfw.WindowHint(glfw.Decorated, decorated)
// As start, create an window with temporary size to create OpenGL context thread. // As a start, create a window with temporary size to create OpenGL context thread.
window, err := glfw.CreateWindow(16, 16, "", nil, nil) window, err := glfw.CreateWindow(16, 16, "", nil, nil)
if err != nil { if err != nil {
return err return err