Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tetris fix #1214

Merged
merged 2 commits into from Jan 1, 2024
Merged

Tetris fix #1214

merged 2 commits into from Jan 1, 2024

Conversation

garlic0x1
Copy link
Contributor

In Tetris, when multiple rows need to be removed at once, calling the timer-ms accessor does not work since the function is neither exported in timer package, nor used in the Tetris source.

This fixes the game.

@garlic0x1
Copy link
Contributor Author

garlic0x1 commented Jan 1, 2024

If there is a reason #'timer-ms wasn't exported, I can just revert the timer file and use :: scope from tetris, but other accessors were exported so I assumed it would be best to just export it too.

@cxxxr cxxxr merged commit 45aa62b into lem-project:main Jan 1, 2024
1 check passed
@cxxxr
Copy link
Member

cxxxr commented Jan 1, 2024

Indeed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants