mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Clippy wasm
This commit is contained in:
@@ -202,8 +202,8 @@ impl WebPainter for WebPainterWgpu {
|
||||
.configure(&render_state.device, &self.surface_configuration);
|
||||
frame
|
||||
}
|
||||
ref other => {
|
||||
match (*self.on_surface_status)(other) {
|
||||
other => {
|
||||
match (*self.on_surface_status)(&other) {
|
||||
SurfaceErrorAction::RecreateSurface => {
|
||||
self.surface
|
||||
.configure(&render_state.device, &self.surface_configuration);
|
||||
|
||||
Reference in New Issue
Block a user