improve u_gamma support & update default dense-render-distance value

This commit is contained in:
MihailRis
2025-07-25 21:21:18 +03:00
parent 6d88b7c3d1
commit 705e398bc3
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ float calc_shadow(
}
shadow /= 9.0;
} else {
shadow = 0.5;
shadow = 0.0;
}
return shadow;
}