mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Fix eprint -> eprintln
This commit is contained in:
@@ -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`"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user