repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 57d4edea5396bcec233b508e15bc506ed9d8268f:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 57d4edea5396bcec233b508e15bc506ed9d8268f
Author: James Baicoianu 
Date:   Mon Apr 19 00:08:36 2021 -0700

    Don't force texture repeat to 1,1

diff --git a/scripts/object.js b/scripts/object.js
index 6009da902ebfa4ea2fdef5ad73c708189e360dd6..
index ..074cf3eb4980e19a28da9becda40bc6902b2a5ee 100644
--- a/scripts/object.js
+++ b/scripts/object.js
@@ -184,7 +184,7 @@ elation.require(['janusweb.janusbase', 'janusweb.websurface'], function() {
           //texture.repeat.set(1, 0.5);
           this.texture_repeat.set(1, 0.5);
         } else {
-          this.texture_repeat.set(1, 1);
+          //this.texture_repeat.set(1, 1);
         }
         if (videoasset.loop || this.properties.loop) {
           texture.image.loop = true;

-----END OF PAGE-----