mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: voidptr(0) => unsafe { nil } (p.2)
This commit is contained in:
@ -112,7 +112,7 @@ mut:
|
||||
// Index of the rotation (0-3)
|
||||
rotation_idx int
|
||||
// gg context for drawing
|
||||
gg &gg.Context = voidptr(0)
|
||||
gg &gg.Context = unsafe { nil }
|
||||
font_loaded bool
|
||||
show_ghost bool = true
|
||||
// frame/time counters:
|
||||
|
@ -113,7 +113,7 @@ mut:
|
||||
// Index of the rotation (0-3)
|
||||
rotation_idx int
|
||||
// gg context for drawing
|
||||
gg &gg.Context = voidptr(0)
|
||||
gg &gg.Context = unsafe { nil }
|
||||
font_loaded bool
|
||||
show_ghost bool = true
|
||||
// frame/time counters:
|
||||
|
Reference in New Issue
Block a user