@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.js CHANGED
@@ -2436,7 +2436,7 @@
2436
2436
  this.farClip = parseFloat(newValue);
2437
2437
  break;
2438
2438
  case 'flip-faces':
2439
- this.flipFaces = newValue !== 'true';
2439
+ this.flipFaces = newValue !== 'false';
2440
2440
  break;
2441
2441
  case 'fov':
2442
2442
  this.fov = parseFloat(newValue);