From 2b6c7876a0e984a8170671a8d11b28fabef512c8 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Wed, 23 Jun 2010 08:23:38 +0000 Subject: [PATCH 1/1] spotted by Komzpa --- net/systemeD/halcyon/styleparser/StyleChooser.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/systemeD/halcyon/styleparser/StyleChooser.as b/net/systemeD/halcyon/styleparser/StyleChooser.as index 10503b10..b73c6214 100755 --- a/net/systemeD/halcyon/styleparser/StyleChooser.as +++ b/net/systemeD/halcyon/styleparser/StyleChooser.as @@ -127,7 +127,7 @@ package net.systemeD.halcyon.styleparser { // addZoom <- adds into the current ruleChain (existing Rule) public function addZoom(z1:uint,z2:uint):void { ruleChains[rcpos][ruleChains[rcpos].length-1].minZoom=z1; - ruleChains[rcpos][ruleChains[rcpos].length-1].minZoom=z2; + ruleChains[rcpos][ruleChains[rcpos].length-1].maxZoom=z2; } // addCondition <- adds into the current ruleChain (existing Rule) -- 2.36.1