ui gpu clipping
[fishladder.git] / vg / vg.h
diff --git a/vg/vg.h b/vg/vg.h
index c792527fce16a2c2ed6086f79965f19017578dae..cdcf431555158d07289fcd75577550e3a7b2c504 100644 (file)
--- a/vg/vg.h
+++ b/vg/vg.h
@@ -255,7 +255,7 @@ static void vg_init( int argc, char *argv[], const char *window_name )
                                vg_debugtools_draw();
                                
                                ui_resolve( &ui_global_ctx );
-                               ui_draw( &ui_global_ctx );
+                               ui_draw( &ui_global_ctx, NULL );
                        }
                        
                        glfwSwapBuffers( vg_window );