We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e9983 commit 963d8a4Copy full SHA for 963d8a4
src/render/initialize_backend.cpp
@@ -87,7 +87,8 @@ void initializeRenderEngine(std::string backend) {
87
}
88
89
} else {
90
- extraMessage = " The headless EGL backend was available, but allowHeadlessBackends=false. Set it to true for "
+ extraMessage = "Polyscope was compiled with support for the headless EGL backend, but "
91
+ "allowHeadlessBackends=false. Set it to true to attempt "
92
"headless initialization.";
93
94
0 commit comments