From: Ben Morrow Date: Tue, 20 Aug 2013 05:27:51 +0000 (-0700) Subject: Merge branch 'integration' (New stuff from Tim B) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7063863e266aebf41a1e127f5ddd50ac5e8bef64;hp=bd33a0f155de19be679b13e02737b7a44956ed03;p=SugarCubes.git Merge branch 'integration' (New stuff from Tim B) --- diff --git a/GranimPattern.pde b/GranimPattern.pde index 6c3088f..425b97c 100644 --- a/GranimPattern.pde +++ b/GranimPattern.pde @@ -118,7 +118,7 @@ class GranimPattern extends SCPattern { colors[drawList.get(i).index] = gbuffer[i]; } - g.changed =false; + g.changed = false; } }