1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Clippy wasm

This commit is contained in:
lucasmerlin
2026-03-23 15:51:20 +01:00
parent b1a388e12e
commit 65657941e2

View File

@@ -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);