show more output cells when space is available
This commit is contained in:
parent
098dc9517d
commit
0ca1b4ba54
2 changed files with 14 additions and 11 deletions
|
@ -227,7 +227,7 @@ impl Board {
|
|||
if self.in_bounds((tx, ty).into()) {
|
||||
let tile = self.rows[ty][tx];
|
||||
let texname = tile.texture();
|
||||
if texname == "" {
|
||||
if texname.is_empty() {
|
||||
continue;
|
||||
}
|
||||
let texture = textures.get(&texname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue