X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=BenMorrow.pde;h=a86189b60e6c47882bb09dc46360441312e2283a;hb=2ca063885e4bcf5c22f48c396959b37417694a6a;hp=cf88145f061a5ddebf4846ae2bfb94521a6d59ce;hpb=fe0cb084e584265171877ae3ba421445eca78ecc;p=SugarCubes.git diff --git a/BenMorrow.pde b/BenMorrow.pde index cf88145..a86189b 100644 --- a/BenMorrow.pde +++ b/BenMorrow.pde @@ -49,7 +49,7 @@ class GranimTestPattern extends GranimPattern { super(glucose); RedThreeGraphic myReds = new RedThreeGraphic(); - addGraphic(myReds); + addGraphic("string_name",myReds); }