From 95110fd989af44cf3fb706fcac5fbd68789cefd7 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Fri, 16 May 2025 16:55:49 +0800 Subject: [PATCH] [Misc] (Getter): Add a space character of GL_RENDERER. --- MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp b/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp index af48cf93..f5d19256 100644 --- a/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp +++ b/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp @@ -44,7 +44,7 @@ namespace MG_GL::GL { } return (const GLubyte *)rendererString.c_str(); */ - return (const GLubyte *)(MG_GL::Getter::GetMGName() + "(MobileGL Core) Renderer").c_str(); + return (const GLubyte *)(MG_GL::Getter::GetMGName() + " (MobileGL Core) Renderer").c_str(); } case GL_SHADING_LANGUAGE_VERSION: return (const GLubyte *) "4.50 MobileGL with glslang";