Closed brudder404 closed 2 years ago
the client works fine till i move my mouse then it crashes with this error: thread 'main' panicked at 'called Result::unwrap() on an Err value: NotSupported(NotSupportedError)', src/main.rs:664:22
Result::unwrap()
Err
src/main.rs:664 is:
window .set_cursor_grab(winit::window::CursorGrabMode::Locked) .unwrap();
the client works fine till i move my mouse then it crashes with this error: thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: NotSupported(NotSupportedError)', src/main.rs:664:22