From 66b4e761440da66be27fc2cbe486c6e21ba03f34 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 19 Apr 2023 16:42:06 +0100 Subject: include vector text header --- nextus/src/ofApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nextus/src/ofApp.cpp') 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 output=svginput.getLines(); + vector output=svginput.getOutput(); ofPushMatrix(); ofTranslate(695,5); @@ -82,7 +82,7 @@ void ofApp::draw(){ madlaser.panel.draw(); - madlaser.draw(output); + madlaser.drawNormalised(output); } -- cgit v1.2.3