summaryrefslogtreecommitdiff
path: root/parsecalldata.pde
diff options
context:
space:
mode:
Diffstat (limited to 'parsecalldata.pde')
-rw-r--r--parsecalldata.pde2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsecalldata.pde b/parsecalldata.pde
index 2c68df0..6e410d4 100644
--- a/parsecalldata.pde
+++ b/parsecalldata.pde
@@ -160,7 +160,7 @@ class bitmapcountry extends country {
return new RPoint(points.get(i).pt.x+random(1),points.get(i).pt.y+random(1));
}
weightedpixel getpixel(){
- float index=random(0.99999);
+ float index=random(0.9999);
int i=0;
while (points.get(i).index<index) {
i++;