mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
examples: fix warnings about 0 assignments to reference fields (#21133)
This commit is contained in:
parent
1400f649c9
commit
00860ebc6b
12 changed files with 9 additions and 30 deletions
|
@ -195,9 +195,7 @@ const font = $embed_file('../assets/fonts/RobotoMono-Regular.ttf')
|
|||
|
||||
// setup
|
||||
fn main() {
|
||||
mut app := App{
|
||||
gg: 0
|
||||
}
|
||||
mut app := App{}
|
||||
app.reset_game()
|
||||
app.best.load()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue