mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
datatypes,examples: fix typos, and silence notice in the quadtree example (#20577)
This commit is contained in:
parent
9c7e3707b6
commit
45e13ea02a
2 changed files with 5 additions and 5 deletions
|
@ -112,7 +112,7 @@ fn (mut app App) find_particles() {
|
|||
|
||||
fn main() {
|
||||
mut app := &App{
|
||||
gg: 0
|
||||
gg: unsafe { nil }
|
||||
}
|
||||
app.gg = gg.new_context(
|
||||
bg_color: gx.white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue