mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
graphicsdriver/monogame: Change the V direction
This commit is contained in:
parent
1d701577d6
commit
b9e0b5f04b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user