mage-engine 3.16.5 → 3.16.6

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 +1 -3
  2. package/package.json +1 -1
package/dist/mage.js CHANGED
@@ -56231,7 +56231,7 @@ function applyMiddleware() {
56231
56231
 
56232
56232
  var thunk = createThunkMiddleware();
56233
56233
  thunk.withExtraArgument = createThunkMiddleware;var name = "mage-engine";
56234
- var version = "3.16.5";
56234
+ var version = "3.16.6";
56235
56235
  var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
56236
56236
  var main = "dist/mage.js";
56237
56237
  var author = {
@@ -62482,8 +62482,6 @@ var Element = /*#__PURE__*/function (_Entity) {
62482
62482
  this.body.material.color = new Color(color);
62483
62483
  } else {
62484
62484
  this.body.traverse(function (child) {
62485
- debugger;
62486
-
62487
62485
  if (hasMaterial(child) && !_this2.isParentOf(child)) {
62488
62486
  child.material.color = new Color(color);
62489
62487
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mage-engine",
3
- "version": "3.16.5",
3
+ "version": "3.16.6",
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": {