diff options
Diffstat (limited to 'chuck/OSCGraphics.ck')
-rw-r--r-- | chuck/OSCGraphics.ck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chuck/OSCGraphics.ck b/chuck/OSCGraphics.ck index 603706f..626c92d 100644 --- a/chuck/OSCGraphics.ck +++ b/chuck/OSCGraphics.ck @@ -92,7 +92,7 @@ public class OSCGraphics { OSCGraphicsBox box; box.init(osc_send, "box", "iiif", pos, "__box_"+free_id, geo); - for (0 => int i; i < color.cap(); i++) + for (0 => int i; i < 3; i++) color[i] => osc_send.addInt; opacity => osc_send.addFloat; |