remove unnecessary enabled field in Window
This commit is contained in:
parent
7a8967c9d1
commit
ef76333994
|
@ -56,7 +56,6 @@ type WindowConfig struct {
|
||||||
|
|
||||||
// Window is a window handler. Use this type to manipulate a window (input, drawing, ...).
|
// Window is a window handler. Use this type to manipulate a window (input, drawing, ...).
|
||||||
type Window struct {
|
type Window struct {
|
||||||
enabled bool
|
|
||||||
window *glfw.Window
|
window *glfw.Window
|
||||||
config WindowConfig
|
config WindowConfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue