repo: janusweb action: commit revision: path_from: revision_from: bd71c22c1c4868a0158286f4bcda65db71bebe5e: path_to: revision_to:
commit bd71c22c1c4868a0158286f4bcda65db71bebe5e Author: James BaicoianuDate: 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
--- 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-----