Fix typo in wgpu warning message
This commit is contained in:
parent
4ac1e28eae
commit
91b2d5da6f
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ impl Renderer {
|
||||||
let cbfn = if let Some(c) = callback.callback.downcast_ref::<CallbackFn>() {
|
let cbfn = if let Some(c) = callback.callback.downcast_ref::<CallbackFn>() {
|
||||||
c
|
c
|
||||||
} else {
|
} else {
|
||||||
tracing::warn!("Unknown paint callback: expected `egui_gpu::CallbackFn`");
|
tracing::warn!("Unknown paint callback: expected `egui_wgpu::CallbackFn`");
|
||||||
continue;
|
continue;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue