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/chainImageSet.h | |
| parent | 4d3ec3d2ef37102e5b233704deb4cd7af727e1a3 (diff) | |
loading fixed
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index ae70561..91ac531 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -28,7 +28,7 @@ class chainImageSet{ void drawOutput(); void drawGpu(); void updateOutput(); - bool add(std::string filename,glm::vec2 pos); + bool add(std::string filename,ofPoint pos=ofPoint(0,0),float ratio=0.3,float rotation=0.0); void keyPressed(ofKeyEventArgs &keyargs); void mouseDragged(int x, int y, int button); void mousePressed(int x, int y, int button); |
