graphicsdriver/monogame: Change the V direction

This commit is contained in:
Hajime Hoshi 2020-04-17 21:36:59 +09:00
parent 1d701577d6
commit b9e0b5f04b

View File

@ -90,7 +90,7 @@ func (g *Graphics) SetVsyncEnabled(enabled bool) {
}
func (g *Graphics) VDirection() driver.VDirection {
return driver.VDownward
return driver.VUpward
}
func (g *Graphics) NeedsRestoring() bool {