1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 07:10:04 -04:00
This commit is contained in:
Emil Ernerfeldt
2023-11-06 10:42:24 +01:00
parent 3cb8f49b46
commit 4cad978f80

View File

@@ -2683,7 +2683,7 @@ impl Context {
} }
out.expect( out.expect(
"egui backend is implemented incorrectly - the user calback was never called", "egui backend is implemented incorrectly - the user callback was never called",
) )
}) })
} }