This commit is contained in:
alonso.torres
2026-02-10 10:44:12 +01:00
parent f9a9d6dcd0
commit 88d65de504
2 changed files with 2 additions and 0 deletions

View File

@@ -1632,6 +1632,7 @@ impl RenderState {
false,
Some(shadow.offset),
None,
target_surface
);
});

View File

@@ -350,6 +350,7 @@ impl Surfaces {
SurfaceId::Strokes => &self.shape_strokes,
SurfaceId::Debug => &self.debug,
SurfaceId::UI => &self.ui,
SurfaceId::Export => &self.export
}
}