diff options
Diffstat (limited to 'src/ui.c')
| -rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ static void ui_pop_scissor() s32 y = global_ui_context.layout.offset_y + global_ui_context.camera->y - WIDGET_PADDING; render_set_scissor(global_ui_context.layout.active_window, - x,y,w,h); + 0,y,global_ui_context.layout.active_window->width,h); } else { |
