mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
examples: fix unsafe 0
This commit is contained in:
parent
ca30397e7a
commit
cb60392302
9 changed files with 12 additions and 12 deletions
|
@ -19,7 +19,7 @@ pub:
|
|||
request_chan chan &sim.SimRequest
|
||||
result_chan chan &sim.SimResult
|
||||
pub mut:
|
||||
gg &gg.Context = 0
|
||||
gg &gg.Context = unsafe { 0 }
|
||||
iidx int
|
||||
pixels []u32
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue