Skip to content
Snippets Groups Projects
Commit 923fbef0 authored by Alexander Rose's avatar Alexander Rose
Browse files

remove superfluous check

parent 601bd5ba
Branches
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ void main(void){
if (fragmentDepth < 0.0) discard;
if (fragmentDepth > 1.0) discard;
if (interior && fragmentDepth >= 0.0) {
if (interior) {
fragmentDepth = 0.0 + (0.0000001 / vRadius);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment