mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix const name warnings due to gx.White, etc...
This commit is contained in:
@ -33,7 +33,7 @@ fn main() {
|
||||
if ctx.gg.window.should_close() {
|
||||
break
|
||||
}
|
||||
gg.clear(gx.White)
|
||||
gg.clear(gx.white)
|
||||
ctx.draw()
|
||||
ctx.gg.render()
|
||||
}
|
||||
|
Reference in New Issue
Block a user