From a2c4c90cb2449beb2f2c472bd12df9fcaedfaf17 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 28 Oct 2011 08:41:20 -0400 Subject: [PATCH] Upgrade fuse, because, well, why not? --- cuburn/genome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/genome.py b/cuburn/genome.py index e2cefa2..17075c5 100644 --- a/cuburn/genome.py +++ b/cuburn/genome.py @@ -84,7 +84,7 @@ class RenderInfo(object): """ # Number of iterations to iterate without write after generating a new # point, including the number of bad - fuse = 128 + fuse = 192 # Height of the texture pallete which gets uploaded to the GPU (assuming # that palette-from-texture is enabled). For most genomes, this doesn't