mirror of https://github.com/buggins/dlangui.git
fix row counter
This commit is contained in:
parent
e63a9b0b2a
commit
d721c13f55
|
@ -264,7 +264,7 @@ struct Cup {
|
|||
_destroyedFullRows[i] = false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return res;
|
||||
}
|
||||
|
||||
/// check if all cells where current figire is located are free
|
||||
|
|
Loading…
Reference in New Issue