...
This commit is contained in:
parent
28c51b11ef
commit
ee1d01b262
1 changed files with 1 additions and 1 deletions
|
|
@ -63,9 +63,9 @@ def run_app(opts, args):
|
|||
try:
|
||||
glfw.glfwMakeContextCurrent(window)
|
||||
glewInit()
|
||||
clear_buffers(window, opts)
|
||||
tabs = TabManager(window, opts, args)
|
||||
tabs.start()
|
||||
clear_buffers(window, opts)
|
||||
try:
|
||||
while not glfw.glfwWindowShouldClose(window):
|
||||
tabs.render()
|
||||
|
|
|
|||
Loading…
Reference in a new issue