gl-texture2d
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "gl-texture2d", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "WebGL texture wrapper", | ||
@@ -5,0 +5,0 @@ "main": "texture.js", |
@@ -312,4 +312,4 @@ 'use strict' | ||
if(data.shape.length < 2 || | ||
x_off + data.shape[1] > this._shape[0]>>>mip_level || | ||
y_off + data.shape[0] > this._shape[1]>>>mip_level || | ||
x_off + data.shape[1] > this._shape[1]>>>mip_level || | ||
y_off + data.shape[0] > this._shape[0]>>>mip_level || | ||
x_off < 0 || | ||
@@ -316,0 +316,0 @@ y_off < 0) { |
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