mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'coffee-compiler/fix_voxygen_panic_message' into 'master'
Replace dx11 with opengl in panic msg Closes #1958 See merge request veloren/veloren!4524
This commit is contained in:
commit
fbe8bb8263
@ -204,9 +204,9 @@ fn main() {
|
|||||||
|
|
||||||
panic!(
|
panic!(
|
||||||
"Failed to select a rendering backend! No compatible backends were found. We \
|
"Failed to select a rendering backend! No compatible backends were found. We \
|
||||||
currently support vulkan, metal, dx12, and dx11.{} If the issue persists, please \
|
currently support vulkan, metal, dx12, and opengl.{} If the issue persists, \
|
||||||
include the operating system and GPU details in your bug report to help us \
|
please include the operating system and GPU details in your bug report to help \
|
||||||
identify the cause.",
|
us identify the cause.",
|
||||||
POTENTIAL_FIX
|
POTENTIAL_FIX
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user