clarification

This commit is contained in:
yuni 2024-04-25 03:25:35 +02:00
parent 4661bec5c7
commit 04b40ea65a

View file

@ -105,7 +105,7 @@ Try running outfly with the command-line option "--gl", with one of these comman
cargo run -- --gl
```
This will result in some visual glitches, reduced performance, as well as a lot of error messages about CubeArrays which you can safely ignore. Internally, this option sets `WGPU_BACKEND` to `gl`.
This will result in some visual glitches, reduced performance, as well as a lot of error messages about CubeArrays which you can safely ignore. You can alternatively achieve this by setting the environment variable `WGPU_BACKEND` to `gl`: `WPU_BACKEND=gl ./outfly`.
## The game instantly crashes!