Skip to content

Commit 963d8a4

Browse files
committed
improve message text
1 parent 46e9983 commit 963d8a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/render/initialize_backend.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ void initializeRenderEngine(std::string backend) {
8787
}
8888

8989
} else {
90-
extraMessage = " The headless EGL backend was available, but allowHeadlessBackends=false. Set it to true for "
90+
extraMessage = "Polyscope was compiled with support for the headless EGL backend, but "
91+
"allowHeadlessBackends=false. Set it to true to attempt "
9192
"headless initialization.";
9293
}
9394

0 commit comments

Comments
 (0)