Skip to content

Commit

Permalink
remove hardcoded error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Nov 20, 2024
1 parent cf890e1 commit 440e678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rendering/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ pub async fn render_video_to_channel(

let background = Background::from(project.background.source.clone());

Err(RenderingError::NoAdapter)?;

loop {
if frame_number as f64 > 30_f64 * duration {
break;
Expand Down

1 comment on commit 440e678

@vercel
Copy link

@vercel vercel bot commented on 440e678 Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.