mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
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:
parent
c03004166c
commit
3a1afbb7ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue