Skip to content

Commit 3b385a5

Browse files
committed
fix(volume_rendering_layer): fix inverse isReady result
Fixes google#580.
1 parent 12a5cbe commit 3b385a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/volume_rendering/volume_render_layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,6 @@ void main() {
835835
}
836836
},
837837
);
838-
return missing;
838+
return !missing;
839839
}
840840
}

0 commit comments

Comments
 (0)