Skip to content

Commit

Permalink
Update viewport.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored May 15, 2024
1 parent e454b32 commit fbd3c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/viewport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ impl ViewportOutput {
self.viewport_ui_cb = viewport_ui_cb;

// we ignore the returned command, because `self.builder` will be the basis of a new patch
let (mut _commands, _recreate_window) = self.builder.patch(builder);
// let (mut _commands, _recreate_window) = self.builder.patch(builder);
self.commands.append(&mut commands);
self.repaint_delay = self.repaint_delay.min(repaint_delay);
}
Expand Down

0 comments on commit fbd3c1b

Please sign in to comment.