diff --git a/kubi/src/rendering/world.rs b/kubi/src/rendering/world.rs index 80dd02f..2c07b93 100644 --- a/kubi/src/rendering/world.rs +++ b/kubi/src/rendering/world.rs @@ -106,6 +106,7 @@ pub fn draw_world( view: view, perspective: perspective, tex: texture_sampler, + discard_alpha: true, }, &draw_parameters ).unwrap(); @@ -130,6 +131,7 @@ pub fn draw_world( view: view, perspective: perspective, tex: texture_sampler, + discard_alpha: false, }, &draw_parameters ).unwrap();