mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +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),
|
||||
RedBits: int(vv.redBits),
|
||||
GreenBits: int(vv.greenBits),
|
||||
BlueBits: int(vv.blueBits),
|
||||
RefreshRate: int(vv.refreshRate),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user