aboutsummaryrefslogtreecommitdiff
path: root/src/nodes.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-04-24 23:56:11 -0400
committerLibravatar Silas Bartha <[email protected]>2024-04-24 23:56:11 -0400
commit73316d02cceeeb23f3082901d2541c987fa99ab5 (patch)
tree24a09abd7dddbac9b6754fcd2681030b3364b8b2 /src/nodes.rs
parent98d21d244bb92a1a8d35b1dff35d9c10bdcab19a (diff)
Initial Commit
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> {