summaryrefslogtreecommitdiffstats
path: root/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'draw.cpp')
-rw-r--r--draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.cpp b/draw.cpp
index 5df69e0..2f42005 100644
--- a/draw.cpp
+++ b/draw.cpp
@@ -193,7 +193,7 @@ float getScale() {
}
void setScale(float s) {
- scale = MAX(0.005, MIN(s, 10000));
+ scale = s;
}
void imageToView(Vertex *v) {