Skip to content

Commit

Permalink
Fix eprint -> eprintln
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 14, 2023
1 parent afe1649 commit 874556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl Repaint {
};
(callback)(info);
} else {
eprint!(
eprintln!(
"request_repaint_callback is not implemented by egui integration!
If is your integration you need to call `Context::set_request_repaint_callback`"
);
Expand Down

0 comments on commit 874556c

Please sign in to comment.