@pirireis/webglobeplugins 0.10.1-alpha → 0.10.2-alpha

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wind/plugin.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pirireis/webglobeplugins",
3
- "version": "0.10.1-alpha",
3
+ "version": "0.10.2-alpha",
4
4
  "main": "index.js",
5
5
  "author": "Toprak Nihat Deniz Ozturk",
6
6
  "license": "MIT",
package/wind/plugin.js CHANGED
@@ -546,7 +546,7 @@ export default class WindPlugin {
546
546
  return;
547
547
  }
548
548
  const magnitude = imageToMagnitude(this.windData);
549
- this.coordinatesDataCalculator.updateData(0, magnitude, magnitude);
549
+ this.coordinatesDataCalculator.updateTextureData(0, magnitude, magnitude);
550
550
  }
551
551
  // -----------------------------------------------
552
552
  // --- inner methods ---