Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
armansito committed Jan 8, 2024
1 parent 00e6dc1 commit 56033f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@ impl DebugRenderer {
target,
None,
);
recording.free_resource(ResourceProxy::Buf(unpaired_pts_buf));
recording.free_buf(unpaired_pts_buf);
}

recording.free_resource(uniforms_buf);
recording.free_resource(ResourceProxy::Buf(linepoints_uniforms_buf));
recording.free_buf(linepoints_uniforms_buf);
}
}

Expand Down

0 comments on commit 56033f1

Please sign in to comment.