beta.r3js.org
Theunis J. Botha 2016-09-30 14:14:59 +02:00
parent 1ea82f3aee
commit 675bf8e799
1 changed files with 1 additions and 1 deletions

View File

@ -1921,7 +1921,7 @@ GameLib.D3.prototype.loadMap = function(gameLibTexture, threeMaterial, threeMate
threeMaterial[threeMaterialMapType].minFilter = gameLibTexture.minFilter;
threeMaterial[threeMaterialMapType].mapping = gameLibTexture.mapping;
threeMaterial[threeMaterialMapType].mipmaps = gameLibTexture.mipmaps;
threeMaterial[threeMaterialMapType].offset = new THREE.Vector2(
threeMaterial[threeMaterialMapType].offset = new this.THREE.Vector2(
gameLibTexture.offset.x,
gameLibTexture.offset.y
);