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