datatypes,examples: fix typos, and silence notice in the quadtree example (#20577)

This commit is contained in:
Pierre Curto 2024-01-18 14:31:42 +01:00 committed by GitHub
parent 9c7e3707b6
commit 45e13ea02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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