From 084a65c615045fea4667575df70f0098031f9778 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Thu, 8 Dec 2011 11:50:46 -0500 Subject: [PATCH] Go back to using global accum for now --- cuburn/genome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/genome.py b/cuburn/genome.py index a652be9..9663d22 100644 --- a/cuburn/genome.py +++ b/cuburn/genome.py @@ -131,7 +131,7 @@ class RenderInfo(object): # position into a single 32-bit int for now, which limits resolution to # 1080p when xform opacity is respected, so the other two modes will hang # around until that can be extended to be memory-limited again. - acc_mode = 'deferred' + acc_mode = 'global' # TODO: fix this chaos_used = False