Skip to content

Commit

Permalink
Merge pull request HalfdanJ#20 from musiko/patch-1
Browse files Browse the repository at this point in the history
Add initialization of 'imageDirty'
  • Loading branch information
HalfdanJ authored Dec 29, 2017
2 parents e747f41 + 13e95fa commit d22ecf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ofxFaceTracker2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ofxFaceTracker2::ofxFaceTracker2()
,imageRotation(0)
,numFaces(0)
,landmarkDetectorImageSize(-1)
,imageDirty(false)

#ifdef TARGET_ANDROID
,faceDetectorImageSize(160*120*1.3)
Expand Down

0 comments on commit d22ecf6

Please sign in to comment.