Skip to content

Commit

Permalink
fix(volume_rendering_layer): fix inverse isReady result
Browse files Browse the repository at this point in the history
Fixes google#580.
  • Loading branch information
jbms committed Apr 19, 2024
1 parent 12a5cbe commit 3b385a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume_rendering/volume_render_layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,6 @@ void main() {
}
},
);
return missing;
return !missing;
}
}

0 comments on commit 3b385a5

Please sign in to comment.