/* */ {
/* 830 */ if ((this.mSpriteWorld != null) && ((paramObject instanceof DynamicImage))) {
/* 831 */ Invalidator localInvalidator = ((DynamicImage)paramObject).addedToCompositor(this, paramTwoDSprite);
/* 832 */ if (localInvalidator != null) {
/* 833 */ if (this.invalList == null)
/* 834 */ this.invalList = new TickleList();
/* 835 */ this.invalList.addMember(localInvalidator);
/* */ }
/* */ }
/* */ }