@babylonjs/core 6.14.1 → 6.14.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.
@@ -171,7 +171,7 @@ export class NativeEngine extends Engine {
171
171
  textureFloatLinearFiltering: false,
172
172
  textureFloatRender: true,
173
173
  textureHalfFloat: true,
174
- textureHalfFloatLinearFiltering: true,
174
+ textureHalfFloatLinearFiltering: false,
175
175
  textureHalfFloatRender: true,
176
176
  textureLOD: true,
177
177
  texelFetch: false,