use a hashtable so we can name graphic instances
[SugarCubes.git] / BenMorrow.pde
index cf88145f061a5ddebf4846ae2bfb94521a6d59ce..a86189b60e6c47882bb09dc46360441312e2283a 100644 (file)
@@ -49,7 +49,7 @@ class GranimTestPattern extends GranimPattern
        {
                super(glucose);
                RedThreeGraphic myReds = new RedThreeGraphic();
-               addGraphic(myReds);
+               addGraphic("string_name",myReds);
        }