Reduce under the ground workload

As nobody (even developers) should go/see under the map.
This commit is contained in:
2022-10-23 02:36:14 +02:00
parent 76d64b6660
commit e22f1f0e83
2 changed files with 3 additions and 17 deletions
+1 -4
View File
@@ -183,11 +183,8 @@ fn main() {
case 17u:
f_color = texture(tex17, v_tex_coords);
break;
case 18u:
default: // case 18u:
f_color = texture(tex18, v_tex_coords);
break;
default: // case 19u:
f_color = vec4(0.0, 0.0, 0.0, 1.0);
}
}
"