@babylonjs/gui
Advanced tools
Comparing version 4.1.0-alpha.16 to 4.1.0-alpha.17
@@ -89,3 +89,3 @@ import { Observable } from "@babylonjs/core/Misc/observable"; | ||
GUI3DManager.prototype._doPicking = function (pi) { | ||
if (!this._utilityLayer || !this._utilityLayer.utilityLayerScene.activeCamera) { | ||
if (!this._utilityLayer || !this._utilityLayer.shouldRender || !this._utilityLayer.utilityLayerScene.activeCamera) { | ||
return false; | ||
@@ -92,0 +92,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.", | ||
"version": "4.1.0-alpha.16", | ||
"version": "4.1.0-alpha.17", | ||
"repository": { | ||
@@ -198,3 +198,3 @@ "type": "git", | ||
"dependencies": { | ||
"@babylonjs/core": "4.1.0-alpha.16", | ||
"@babylonjs/core": "4.1.0-alpha.17", | ||
"tslib": "^1.9.3" | ||
@@ -201,0 +201,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
1654197
+ Added@babylonjs/core@4.1.0-alpha.17(transitive)
- Removed@babylonjs/core@4.1.0-alpha.16(transitive)