Skip to content

Commit

Permalink
Go back to 0.8.4 api.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Jun 23, 2015
1 parent 7c8eaac commit 76eadc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_flickr/src/ofApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void ofApp::setup()
std::string url = "http://farm" + ofToString(farm) + ".static.flickr.com/" + server + "/" + id + "_" + secret + ".jpg";

ofImage img;
img.load(url);
img.loadImage(url);
images.push_back(img);
}
}
Expand Down

0 comments on commit 76eadc2

Please sign in to comment.