babylonjs-gui 5.6.0 → 5.6.1
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/babylon.gui.js +1 -1
- package/babylon.gui.js.map +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/package.json +2 -2
package/babylon.gui.js
CHANGED
|
@@ -1759,7 +1759,7 @@ var AdvancedDynamicTexture = /** @class */ (function (_super) {
|
|
|
1759
1759
|
this.markAsDirty();
|
|
1760
1760
|
};
|
|
1761
1761
|
/** Define the Uurl to load snippets */
|
|
1762
|
-
AdvancedDynamicTexture.SnippetUrl =
|
|
1762
|
+
AdvancedDynamicTexture.SnippetUrl = core_Misc_observable__WEBPACK_IMPORTED_MODULE_1__.Constants.SnippetUrl;
|
|
1763
1763
|
/** Indicates if some optimizations can be performed in GUI GPU management (the downside is additional memory/GPU texture memory used) */
|
|
1764
1764
|
AdvancedDynamicTexture.AllowGPUOptimizations = true;
|
|
1765
1765
|
return AdvancedDynamicTexture;
|