Skip to content

Commit c32c022

Browse files
committed
Zvysena rychlost updatu score
1 parent b8e77ba commit c32c022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

score.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Score::Score()
3030

3131
void Score::step()
3232
{
33-
if((counter++)%10 == 0)
33+
if((counter++)%3 == 0)
3434
((ScoreModel* ) getModel())->setScore(score++);
3535
}

0 commit comments

Comments
 (0)