Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Yu Wei committed Mar 11, 2023
1 parent fe43ff1 commit a8e0a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ pub fn create_gl_window<T: UserEvent>(
let window_settings = epi_integration::load_window_settings(storage.as_deref());

let window_builder =
epi_integration::window_builder(&native_options, &window_settings).with_title(&title);
epi_integration::window_builder(&native_options, &window_settings).with_title(title);

use eframe::HardwareAcceleration;
let hardware_acceleration = match native_options.hardware_acceleration {
Expand Down

0 comments on commit a8e0a47

Please sign in to comment.