@playcanvas/web-components 0.8.0 → 0.8.2

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.
package/dist/pwc.mjs CHANGED
@@ -2432,7 +2432,7 @@ class CameraComponentElement extends ComponentElement {
2432
2432
  this.farClip = parseFloat(newValue);
2433
2433
  break;
2434
2434
  case 'flip-faces':
2435
- this.flipFaces = newValue !== 'true';
2435
+ this.flipFaces = newValue !== 'false';
2436
2436
  break;
2437
2437
  case 'fov':
2438
2438
  this.fov = parseFloat(newValue);