1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: cleanup the minimal gg program more

This commit is contained in:
Delyan Angelov
2021-11-07 09:16:49 +02:00
parent 32b74dd348
commit 852d85b3a9
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ fn main() {
window_title: 'Polygons'
frame_fn: frame
)
context.user_data = context
context.run()
}