We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96b258 commit e64d4c9Copy full SHA for e64d4c9
1 file changed
lambda/src/core/render/window.rs
@@ -68,7 +68,7 @@ impl Window {
68
}
69
70
/// Redraws the window.
71
- pub fn redraw(&mut self) {
+ pub fn redraw(&self) {
72
self.window_handle.window_handle.request_redraw();
73
74
0 commit comments