diff --git a/src/ofxTemplateMatching.h b/src/ofxTemplateMatching.h index 61ed72e..51f19a0 100644 --- a/src/ofxTemplateMatching.h +++ b/src/ofxTemplateMatching.h @@ -22,7 +22,7 @@ class TemplateMatch : public ofRectangle { void draw() { ofNoFill(); ofSetColor(255, 255, 0); - ofRect(*this); + ofDrawRectangle(*this); ofDrawBitmapString(ofToString(objectID), getCenter()); } @@ -141,4 +141,4 @@ class ofxTemplateMatching { } } -}; \ No newline at end of file +};