Skip to content

Commit cf43979

Browse files
committed
tune down gb fall shaking
1 parent 0a2ac30 commit cf43979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Game/Board.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ void Board::handleGarbageFalling() {
592592
} else if (it->_falling) {
593593
//handle event when gb stops falling
594594
bool big = it->_h > 1;
595-
if (big || it->_initialFall) {
595+
if (it->_initialFall) {
596596
_eventHandler->gbFall(big);
597597
}
598598
it->_initialFall = false;

0 commit comments

Comments
 (0)