also port to 0.6 and hope noone notices

This commit is contained in:
Stefan Breunig 2013-02-14 11:20:06 +01:00
parent eb23123ae8
commit 5ddf004e72

View File

@ -600,6 +600,7 @@ window.renderResonators = function(ent, portalLayer) {
weight: 1,
fillColor: COLORS_LVL[rdata.level],
fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level],
clickable: false,
guid: resoGuid // need this here as well for add/remove events
});