summaryrefslogtreecommitdiff
path: root/client/src/render/scene/draw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/render/scene/draw.rs')
-rw-r--r--client/src/render/scene/draw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/render/scene/draw.rs b/client/src/render/scene/draw.rs
index 1109401..b2bf19e 100644
--- a/client/src/render/scene/draw.rs
+++ b/client/src/render/scene/draw.rs
@@ -53,7 +53,7 @@ impl ScenePipeline {
},
})],
depth_stencil_attachment: Some(RenderPassDepthStencilAttachment {
- view: &depth,
+ view: depth,
depth_ops: Some(Operations {
load: LoadOp::Clear(1.),
store: StoreOp::Store,