i think i'm sticking with glfw until i change my mind lol
This commit is contained in:
parent
ceac5a09bb
commit
06bee7d20c
8 changed files with 152 additions and 26 deletions
|
|
@ -18,7 +18,7 @@ impl Default for Game {
|
|||
Self {
|
||||
is_running: true,
|
||||
name: default_game_name(),
|
||||
context: WindowRenderContext::OPENGLWINIT
|
||||
context: WindowRenderContext::OPENGLGLFW
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue