Revision r2535
polymer: don't shadow-optimize light culling in cached sprites Since updatesprite() only happens once for static sprites, avoiding light culling if we hit it in a shadow pass means that sprite will never be lit as long as that happens. ------------------------------------------------------------------------