Skip to content

Commit c60038c

Browse files
committed
Iconify works but stops rendering
1 parent d7757c6 commit c60038c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bridge/Server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def main(pipeline_path, viewport_bit_depth, connection_addresses,
318318
# Don't hide for better OS/Drivers schedule priority
319319
#glfw.hide_window(window)
320320
# Minimize instead:
321-
glfw.iconify_window(window)
321+
#glfw.iconify_window(window)
322322

323323
glfw.swap_interval(0)
324324

0 commit comments

Comments
 (0)