aboutsummaryrefslogtreecommitdiff
path: root/src/nodes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes.rs')
-rw-r--r--src/nodes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes.rs b/src/nodes.rs
index bccd861..d069798 100644
--- a/src/nodes.rs
+++ b/src/nodes.rs
@@ -11,7 +11,7 @@ pub struct FramebufferExtractNode;
impl Node for FramebufferExtractNode {
fn run(
&self,
- graph: &mut RenderGraphContext,
+ _graph: &mut RenderGraphContext,
render_context: &mut RenderContext,
world: &World,
) -> Result<(), NodeRunError> {