@pirireis/webglobeplugins 0.9.2 → 0.9.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pirireis/webglobeplugins",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "main": "index.js",
5
5
  "author": "Toprak Nihat Deniz Ozturk",
6
6
  "license": "MIT"
@@ -118,7 +118,7 @@ export default class {
118
118
  }
119
119
 
120
120
  free() {
121
- glProgramCache.releaseProgram(this.logic);
121
+ glProgramCache.releaseProgram(this.gl, Logic);
122
122
  this.logic = null;
123
123
  this.gl = null;
124
124
  }