diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-13 17:20:53 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-13 17:20:53 +0100 |
| commit | 5116dea8815de81ddaef299fdcae15f56ae3a87b (patch) | |
| tree | 815f04c61b88d2a7e7a612cba194ec8ae0c136ce /gui/src/chainImageSet.h | |
| parent | 182049bfe89913be4149b3b82ec1154107438406 (diff) | |
heisenbug
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index b7bf868..05a7cdf 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -19,6 +19,7 @@ class chainImageSet{ dragScale=0.0f; dragRotate=0.0f; dragPoint=ofPoint(0,0); + zoomMultiplier=1.0f; } chainImageSet(const chainImageSet& mom){ chainImageSet(); @@ -55,6 +56,7 @@ class chainImageSet{ float dragScale; float dragRotate; float fitFactor; + float zoomMultiplier; std::string filename; |
