Skip to content

Commit abff06b

Browse files
author
stevage
committed
Fix #3360 properly. The default of "always dim" was a bit too aggressive.
git-svn-id: http://svn.openstreetmap.org/applications/editors/potlatch2@25525 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
1 parent c9cd22a commit abff06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/systemeD/halcyon/Map.as

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ package net.systemeD.halcyon {
441441
/** Select a new background imagery. */
442442
public function setBackground(bg:Object):void {
443443
tileparams=bg;
444-
if (tileset) { tileset.init(bg, bg.url!=''); }
444+
if (tileset) { tileset.init(bg, bg.url!='', tileset.getDimming()); }
445445
}
446446

447447
/** Set background dimming on/off. */

0 commit comments

Comments
 (0)