Skip to content

Commit

Permalink
Fixed build for debug feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOptik committed Feb 29, 2024
1 parent bd975ee commit 73b0ee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interface/elements/profiler/inspector.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use std::time::{Duration, Instant};

use procedural::*;
Expand Down Expand Up @@ -124,7 +123,7 @@ impl FrameInspectorView {
block_position,
block_size,
(theme.profiler.bar_corner_radius.get()).into(),
color.multiply_alpha_f32(alpha),
color.multiply_alpha(alpha),
);

let alpha = Self::interpolate_alpha_linear(
Expand Down

0 comments on commit 73b0ee5

Please sign in to comment.