@babylonjs/materials
Advanced tools
Comparing version 7.21.0 to 7.21.1
@@ -147,3 +147,3 @@ import { Effect } from "@babylonjs/core/Materials/effect.js"; | ||
constructor(name, scene) { | ||
super(name, scene); | ||
super(name, scene, true); | ||
this.CustomParts = new ShaderSpecialParts(); | ||
@@ -150,0 +150,0 @@ this.customShaderNameResolve = this.Builder; |
{ | ||
"name": "@babylonjs/materials", | ||
"version": "7.21.0", | ||
"version": "7.21.1", | ||
"main": "index.js", | ||
@@ -21,3 +21,3 @@ "module": "index.js", | ||
"devDependencies": { | ||
"@babylonjs/core": "^7.21.0", | ||
"@babylonjs/core": "^7.21.1", | ||
"@dev/build-tools": "^1.0.0", | ||
@@ -24,0 +24,0 @@ "@lts/materials": "^1.0.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1057667