1
0
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:
Leon Arndt
2022-06-25 04:47:44 +02:00
committed by GitHub
parent ef643e106b
commit d7f962ef6e

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