diff options
Diffstat (limited to 'src/nodes.rs')
-rw-r--r-- | src/nodes.rs | 2 |
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> { |