mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
glfw: Bug fix: Missed to initialize a member of VidMode on Windows
This commit is contained in:
parent
7f15013014
commit
9a0cefedce
@ -93,6 +93,7 @@ func (m *Monitor) GetVideoMode() *VidMode {
|
|||||||
Height: int(vv.height),
|
Height: int(vv.height),
|
||||||
RedBits: int(vv.redBits),
|
RedBits: int(vv.redBits),
|
||||||
GreenBits: int(vv.greenBits),
|
GreenBits: int(vv.greenBits),
|
||||||
|
BlueBits: int(vv.blueBits),
|
||||||
RefreshRate: int(vv.refreshRate),
|
RefreshRate: int(vv.refreshRate),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user