diff options
Diffstat (limited to 'nextus/src/ofApp.cpp')
| -rw-r--r-- | nextus/src/ofApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nextus/src/ofApp.cpp b/nextus/src/ofApp.cpp index 48bcb9a..048a128 100644 --- a/nextus/src/ofApp.cpp +++ b/nextus/src/ofApp.cpp @@ -66,7 +66,7 @@ void ofApp::draw(){ textinput.draw(); //process the pipeline - vector<colourPolyline> output=svginput.getLines(); + vector<colourPolyline> output=svginput.getOutput(); ofPushMatrix(); ofTranslate(695,5); @@ -82,7 +82,7 @@ void ofApp::draw(){ madlaser.panel.draw(); - madlaser.draw(output); + madlaser.drawNormalised(output); } |
