mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: replace go with spawn
This commit is contained in:
@@ -58,6 +58,6 @@ fn main() {
|
||||
frame_fn: graphics_frame
|
||||
user_data: state
|
||||
)
|
||||
go state.update()
|
||||
spawn state.update()
|
||||
state.gg.run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user