diff --git a/render.go b/render.go index e7db6f7..050a91a 100644 --- a/render.go +++ b/render.go @@ -19,7 +19,7 @@ import ( const ( Size = 128 //Iterations = (1<<16 - 1) / 256 - Iterations = (1<<16 - 1) / 4 + Iterations = (1<<16 - 1) / 32 ) var (