diff --git a/renderer/src/gpu/renderer.rs b/renderer/src/gpu/renderer.rs index 62941149..02c86885 100644 --- a/renderer/src/gpu/renderer.rs +++ b/renderer/src/gpu/renderer.rs @@ -871,8 +871,7 @@ where self.device.set_texture_sampling_mode(paint_texture, sampling_flags); textures.push(paint_texture); - uniforms.push((&self.alpha_tile_program.paint_texture_uniform, - UniformData::TextureUnit(1))); + uniforms.push((&alpha_tile_program.paint_texture_uniform, UniformData::TextureUnit(1))); match blend_mode_program { BlendModeProgram::Regular => {}