@onerjs/gui 8.31.3 → 8.31.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -441,6 +441,7 @@ export class AdvancedDynamicTexture extends DynamicTexture {
441
441
  }
442
442
  info.skipOnPointerObservable = true;
443
443
  });
444
+ this._rootContainer.isRoot = true;
444
445
  this._rootContainer._link(this);
445
446
  this.hasAlpha = true;
446
447
  if (!width || !height) {