Disabling particles for now until performance can be fixed.

This commit is contained in:
Nick Winter 2015-01-31 16:59:03 -08:00
parent 69ea874d83
commit 415cbceaf9

View file

@ -125,6 +125,7 @@ module.exports = class User extends CocoModel
getForeshadowsLevels: ->
return @foreshadowsLevels if @foreshadowsLevels?
return false # bad performance problems, reenable later
group = me.get('testGroupNumber') % 16
@foreshadowsLevels = switch group
when 0, 1, 2, 3, 4, 5, 6, 7 then true