examples/highdpi: remove an old comment

This commit is contained in:
Hajime Hoshi 2022-08-12 00:16:08 +09:00
parent 0578a831cc
commit 05baee51d2

View File

@ -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
}