aboutsummaryrefslogtreecommitdiff
path: root/src/render_helpers/crossfade.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/render_helpers/crossfade.rs')
-rw-r--r--src/render_helpers/crossfade.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render_helpers/crossfade.rs b/src/render_helpers/crossfade.rs
index 62d72cb2..78e56ba4 100644
--- a/src/render_helpers/crossfade.rs
+++ b/src/render_helpers/crossfade.rs
@@ -53,7 +53,6 @@ impl CrossfadeRenderElement {
let tex_from_size = tex_from_geo.size / combined_geo.size;
let tex_to_size = tex_to_geo.size / combined_geo.size;
- // FIXME: cropping this element will mess up the coordinates.
Shaders::get(renderer).crossfade.clone().map(|shader| {
Self(PrimaryGpuPixelShaderWithTexturesRenderElement::new(
shader,