examples/moire: Enable to see the problem on mobile browsers (#459)

This commit is contained in:
Hajime Hoshi 2017-12-12 03:54:00 +09:00
parent aea2e491c3
commit 4928899566

View File

@ -23,9 +23,9 @@ import (
) )
const ( const (
initScreenWidth = 320 initScreenWidth = 640
initScreenHeight = 240 initScreenHeight = 480
initScreenScale = 2 initScreenScale = 1
) )
var ( var (