Skip to content

Commit 0416276

Browse files
Minor change
1 parent 723b90e commit 0416276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineOpenGL/src/GLContextIOS.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//Or better yet, use the GL3 way to get the version number
4848
glGetIntegerv( GL_MAJOR_VERSION, &MajorVersion );
4949
glGetIntegerv( GL_MINOR_VERSION, &MinorVersion );
50-
LOG_INFO_MESSAGE(Info.pNativeWndHandle != nullptr ? "Initialized OpenGL " : "Attached to OpenGL ", MajorVersion, '.', MinorVersion, " context (", GLVersionString, ", ", GLRenderer, ')');
50+
LOG_INFO_MESSAGE(Info.pNativeWndHandle != nullptr ? "Initialized OpenGLES " : "Attached to OpenGLES ", MajorVersion, '.', MinorVersion, " context (", GLVersionString, ", ", GLRenderer, ')');
5151

5252
// Under the standard filtering rules for cubemaps, filtering does not work across faces of the cubemap.
5353
// This results in a seam across the faces of a cubemap. This was a hardware limitation in the past, but

0 commit comments

Comments
 (0)