This commit is contained in:
luboslenco
2025-07-17 11:30:22 +02:00
parent f2c4a11630
commit 208e987217
-1
View File
@@ -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);