|
@@ -403,6 +403,10 @@
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (this.renderGroup) {
|
|
|
|
+ this.renderGroup._setCacheGroupDirty();
|
|
|
|
+ }
|
|
|
|
+
|
|
if (this._transparentPrimitiveInfo) {
|
|
if (this._transparentPrimitiveInfo) {
|
|
this.renderGroup._renderableData.removeTransparentPrimitiveInfo(this._transparentPrimitiveInfo);
|
|
this.renderGroup._renderableData.removeTransparentPrimitiveInfo(this._transparentPrimitiveInfo);
|
|
this._transparentPrimitiveInfo = null;
|
|
this._transparentPrimitiveInfo = null;
|