repo: janusweb
action: commit
revision: 
path_from: 
revision_from: bd71c22c1c4868a0158286f4bcda65db71bebe5e:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit bd71c22c1c4868a0158286f4bcda65db71bebe5e
Author: James Baicoianu 
Date:   Wed Apr 1 13:20:10 2020 -0700

    Mark scene as dirty when opacity changes

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index 19d5ca7dc9c377665a4c4638e073154a9961494e..
index ..e1af91c610ea0a8a8148b3b99b54f693bf1c51e2 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -773,6 +773,7 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
           }
         });
       }
+      this.refresh();
     }
     this.setAlphaTest = function(alphatest) {
       if (this.objects['3d'] && this.currentalphatest != alphatest) {

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