Skip to content

Commit 85ff4ed

Browse files
Merge pull request #25206 from igorkorsukov/app/check_gl_5_443
[4.4.3] fixed bad messages for GraphicsProblemsDetector
2 parents 0055b95 + e2f9ca7 commit 85ff4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/ui/graphicsapiprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static const std::vector<GraphicsApiProvider::Api > ALLOWED_APIS = {
5757
#endif
5858

5959
static const std::vector<std::string> BAD_MESSAGES = {
60-
"Failed to build graphics pipeline state"
60+
"Failed to build graphics pipeline state",
6161
"Failed to create RHI",
6262
"Failed to build texture render target for layer",
6363
"Framebuffer incomplete:"

0 commit comments

Comments
 (0)