We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d56c36 commit 297c445Copy full SHA for 297c445
1 file changed
plugins/spine/src/gameobject/SpineGameObject.js
@@ -259,7 +259,7 @@ var SpineGameObject = new Class({
259
260
var result = (!this.skeleton || !(GameObjectRenderMask !== this.renderFlags || (this.cameraFilter !== 0 && (this.cameraFilter & camera.id))));
261
262
- if (!container && !result)
+ if (!container && !result && this.parentContainer)
263
{
264
var plugin = this.plugin;
265
var sceneRenderer = plugin.sceneRenderer;
0 commit comments