From 04b40ea65a71388892192d666027cd91173fae6f Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 25 Apr 2024 03:25:35 +0200 Subject: [PATCH] clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ea1ec..0ff4d0a 100644 --- a/README.md +++ b/README.md @@ -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!