Browse Source

Fixup: accidental text or VRC

Raghav Arora 6 years ago
parent
commit
930583bb69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nova/static/js/wave/volumeRaycaster.js

+ 1 - 1
nova/static/js/wave/volumeRaycaster.js

@@ -911,7 +911,7 @@ Core.prototype.setTransferFunctionByImage = function(image) {
     if(this._mode == "3d") {
         this._secondPassSetUniformValue("uTransferFunction", texture);
     }
-    this.onChangeTransferFunction.call(image);The cross-origin image
+    this.onChangeTransferFunction.call(image);
 };