From 29e143c8b470a1549ec6e13e1b0b8fa67c9db803 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 3 Jan 2018 20:09:22 +0900 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index bb67ff3..2d13ad1 100644 --- a/FAQ.md +++ b/FAQ.md @@ -40,6 +40,6 @@ func update(screen *ebiten.Image) error { } ``` -## Ebiten's screen is scaled / blurred on high-DPI screen. Can I disable this scaling? In other words, can I have a high-DPI mode? +## Ebiten's screen is scaled (and blurred) on high-DPI screen. Can I disable this scaling? In other words, can I have a high-DPI mode? You can pass `1 / ebiten.DeviceScaleFactor()` to `Run`'s scale argument so that you can get the screen without scaling by the device scale. \ No newline at end of file