mage-engine 3.23.32 → 3.23.34

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/dist/mage.js +2 -1
  2. package/package.json +1 -1
package/dist/mage.js CHANGED
@@ -58432,7 +58432,7 @@ function applyMiddleware() {
58432
58432
 
58433
58433
  var thunk = createThunkMiddleware();
58434
58434
  thunk.withExtraArgument = createThunkMiddleware;var name = "mage-engine";
58435
- var version$1 = "3.23.32";
58435
+ var version$1 = "3.23.34";
58436
58436
  var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
58437
58437
  var main = "dist/mage.js";
58438
58438
  var author$1 = {
@@ -62935,6 +62935,7 @@ var Element$1 = /*#__PURE__*/function (_Entity) {
62935
62935
  texture.wrapT = textureOptions.wrap;
62936
62936
  texture.repeat.set(textureOptions.repeat.x, textureOptions.repeat.y);
62937
62937
  material[textureType] = texture;
62938
+ material.needsUpdate = true;
62938
62939
  };
62939
62940
 
62940
62941
  applyMaterialChange(this.getBody(), applyTextureTo);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mage-engine",
3
- "version": "3.23.32",
3
+ "version": "3.23.34",
4
4
  "description": "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.",
5
5
  "main": "dist/mage.js",
6
6
  "author": {