Turned shadow caching back on. Makes a bigger diff for maps like Greed on Firefox where they're all over the place.

This commit is contained in:
Scott Erickson 2014-05-15 13:06:42 -07:00
parent c03004166c
commit 3a1afbb7ca

View file

@ -113,7 +113,7 @@ module.exports = class Mark extends CocoClass
@mark.regX = width / 2
@mark.regY = height / 2
@mark.layerIndex = 10
#@mark.cache 0, 0, diameter, diameter # not actually faster than simple ellipse draw
@mark.cache 0, 0, width, height # not actually faster than simple ellipse draw
buildRadius: (range) ->
alpha = 0.15