Skip to content

Commit

Permalink
feat: default to color only generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Oct 1, 2024
1 parent 19fa556 commit 5ce4e41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ impl Default for SamplerState {
frames: SamplerState::FRAME_DELAY,
render_modes: vec![
RenderMode::Color,
RenderMode::Depth,
RenderMode::Normal,
],
warmup_frames: SamplerState::WARMUP_FRAME_DELAY,
}
Expand Down

0 comments on commit 5ce4e41

Please sign in to comment.