diff --git a/cmd/draw2dgl.go b/cmd/draw2dgl.go index fd45f44..964fbc7 100644 --- a/cmd/draw2dgl.go +++ b/cmd/draw2dgl.go @@ -111,7 +111,7 @@ func main() { reshape(window, 800, 800) for !window.ShouldClose() { display() - //window.SwapBuffers() + window.SwapBuffers() glfw.PollEvents() // time.Sleep(2 * time.Second) }