summaryrefslogtreecommitdiff
path: root/gui/src/chaoslib.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-09-29 21:12:40 +0100
committerTim Redfern <tim@getdrop.com>2022-09-29 21:12:40 +0100
commita2c919f85c366e02cdc71f0fb46f4ebd4e4afebe (patch)
treeba1b88607e8de35b0b49683648d7f64ac8259fe1 /gui/src/chaoslib.h
parent8c43a654fdc0a0fd822fd0bd9462cdadf6d96456 (diff)
revert to working single plugin chaos
Diffstat (limited to 'gui/src/chaoslib.h')
-rw-r--r--gui/src/chaoslib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/chaoslib.h b/gui/src/chaoslib.h
index e4a08ae..655efcc 100644
--- a/gui/src/chaoslib.h
+++ b/gui/src/chaoslib.h
@@ -174,7 +174,7 @@ class chaosPanel : public ofxPanel {
}
}
}
- colourPolyline compute_chaos(const colourPolyline& poly){
+ colourPolyline compute_chaos(colourPolyline& poly){
float chaosscale=1.0f;
colourPolyline tempPoly;
for (int i=0;i<poly.size();i++){