From 208e9872177b0a78787fccc9974448d667c0470e Mon Sep 17 00:00:00 2001 From: luboslenco Date: Thu, 17 Jul 2025 11:30:22 +0200 Subject: [PATCH] Cleanup --- base/sources/iron_ui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/base/sources/iron_ui.c b/base/sources/iron_ui.c index fbcd7396..f0e407c2 100644 --- a/base/sources/iron_ui.c +++ b/base/sources/iron_ui.c @@ -1653,7 +1653,6 @@ void ui_end_window() { // Draw window texture if (ui_always_redraw_window || handle->redraws > -4) { - draw_begin(NULL, false, 0); draw_set_color(0xffffffff); draw_image(&handle->texture, current->_window_x, current->_window_y);