examples: remove empty comment from Tetris (#14845)

This commit is contained in:
Leon Arndt 2022-06-25 04:47:44 +02:00 committed by GitHub
parent ef643e106b
commit d7f962ef6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ fn main() {
width: win_width
height: win_height
create_window: true
window_title: 'V Tetris' //
window_title: 'V Tetris'
user_data: game
frame_fn: frame
event_fn: on_event