mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/highdpi: remove an old comment
This commit is contained in:
parent
0578a831cc
commit
05baee51d2
@ -54,10 +54,6 @@ func NewGame() *Game {
|
||||
}
|
||||
|
||||
func (g *Game) Update() error {
|
||||
// TODO: DeviceScaleFactor() might return different values for different monitors.
|
||||
// Add a mode to adjust the screen size along with the current device scale (#705).
|
||||
// Now this example uses the device scale initialized at the beginning of this application.
|
||||
|
||||
if g.highDPIImage != nil {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user