three-engine
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -25,3 +25,3 @@ { | ||
], | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Engine/framework for three.js", | ||
@@ -28,0 +28,0 @@ "main": "./build/three-engine.min.js", |
@@ -17,4 +17,4 @@ /* | ||
this.uniforms.repeatX.value = this.animatedMaterial.tileCount.x; | ||
this.uniforms.repeatY.value = this.animatedMaterial.tileCount.y; | ||
this.uniforms.repeatX.value = this.animatedMaterial.spriteSheet.tileCount.x; | ||
this.uniforms.repeatY.value = this.animatedMaterial.spriteSheet.tileCount.y; | ||
} | ||
@@ -21,0 +21,0 @@ |
1261528