Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This doesn't do anything useful. Commit just kept around in case I need to revisit this. `_setup_camera` commented out for the moment because we observed the error mentioned in the comment (bevyengine/bevy#11734). With `do_nothing`, we get this: ``` 2024-03-28T11:58:43.553731Z ERROR log: X11 error: XError { description: "BadWindow (invalid Window parameter)", error_code: 3, request_code: 148, minor_code: 1, } 2024-03-28T11:58:43.567517Z ERROR bevy_winit: winit event loop returned an error: os error at /home/alex/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/src/platform_impl/linux/x11/mod.rs:427: Xlib error: X error: BadWindow (invalid Window parameter) (code: 3, request code: 148, minor code: 1) ```
- Loading branch information