mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: remove empty comment from Tetris (#14845)
This commit is contained in:
parent
ef643e106b
commit
d7f962ef6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user