From: Mark Slee Date: Tue, 20 Aug 2013 11:20:56 +0000 (-0700) Subject: Fix crosssections X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=f1c742675d6a8e2b4a2e101086b92f84df86b34c Fix crosssections --- diff --git a/MarkSlee.pde b/MarkSlee.pde index 4361a54..8799b83 100644 --- a/MarkSlee.pde +++ b/MarkSlee.pde @@ -402,6 +402,8 @@ class CrossSections extends SCPattern { } public void run(int deltaMs) { + updateXYZVals(); + float xlv = 100*xl.getValuef(); float ylv = 100*yl.getValuef(); float zlv = 100*zl.getValuef();