Implement Shadows #24
|
@ -172,7 +172,7 @@ impl SkylinePacker {
|
|||
return None;
|
||||
}
|
||||
|
||||
if self.skylines[i].width as u32 > width_left {
|
||||
if self.skylines[i].width as u32 >= width_left {
|
||||
return Some(y as usize);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue