diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-29 11:01:41 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-29 11:01:41 +0000 |
| commit | bcc4abca24d04b29a929ed063f18a080041fe0be (patch) | |
| tree | 5e51a5a24d1f53901ebf1abdd67ff32299aa1b6a /gui/src/ofApp.cpp | |
| parent | 4d3ec3d2ef37102e5b233704deb4cd7af727e1a3 (diff) | |
loading fixed
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index f2fb8fb..a89a893 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -331,9 +331,9 @@ void ofApp::dragEvent(ofDragInfo dragInfo){ filenames=filenames+*f; if (dragInfo.position.y<200){ - sets[0].add(*f,dragInfo.position); + sets[0].add(*f); //,dragInfo.position); } - else sets[1].add(*f,dragInfo.position); + else sets[1].add(*f); //,dragInfo.position); } |
