tile: Fix returned snapshot size

This commit is contained in:
Ivan Molodetskikh
2024-04-13 18:05:56 +04:00
parent 8b0dc1902c
commit 1336a581a6
+1 -1
View File
@@ -706,7 +706,7 @@ impl<W: LayoutElement> Tile<W> {
snapshot.blocked_out_contents,
),
block_out_from: snapshot.block_out_from,
size: snapshot.size,
size: self.animated_tile_size(),
texture: Default::default(),
blocked_out_texture: Default::default(),
})