Skip to content

fix usage of erase-buffer in tetris#1305

Merged
cxxxr merged 1 commit intolem-project:mainfrom
resttime:main
Feb 18, 2024
Merged

fix usage of erase-buffer in tetris#1305
cxxxr merged 1 commit intolem-project:mainfrom
resttime:main

Conversation

@resttime
Copy link
Contributor

erase-buffer requires a buffer in the argument

(defun erase-buffer (buffer)

Due to timers running in threads a defvar is used to store the tetris buffer

erase-buffer requires a buffer in the argument
@cxxxr cxxxr merged commit 58c223e into lem-project:main Feb 18, 2024
@cxxxr
Copy link
Member

cxxxr commented Feb 18, 2024

Thank you.

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.

2 participants