fix border panel

This commit is contained in:
Vinzenz Schroeter 2025-07-12 12:53:29 +02:00
parent 143ef1e285
commit 102a82b1ca

View file

@ -82,8 +82,8 @@ pub fn draw_border_panel<'c, 'b>(
.unwrap(); .unwrap();
let bitmap = bitmap let bitmap = bitmap
.window_mut( .window_mut(
TILE_SIZE..tile_width - TILE_SIZE, TILE_SIZE..pixel_width - TILE_SIZE,
TILE_SIZE..tile_height - TILE_SIZE, TILE_SIZE..pixel_height - TILE_SIZE,
) )
.unwrap(); .unwrap();