mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
vlib/examples: fix gl/glfw/gg examples. rename init functions
This commit is contained in:
parent
b107b4f1e5
commit
dd053d79b0
5 changed files with 8 additions and 8 deletions
|
@ -124,7 +124,7 @@ struct Game {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
glfw.init()
|
||||
glfw.init_glfw()
|
||||
mut game := &Game{
|
||||
gg: gg.new_context(gg.Cfg {
|
||||
width: WinWidth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue