diff --git a/OpenRA.Platforms.Default/OpenGL.cs b/OpenRA.Platforms.Default/OpenGL.cs index 6a1dfb0e6d..15ef0647d9 100644 --- a/OpenRA.Platforms.Default/OpenGL.cs +++ b/OpenRA.Platforms.Default/OpenGL.cs @@ -631,6 +631,7 @@ namespace OpenRA.Platforms.Default glGenVertexArrays = null; glBindVertexArray = null; glBindFragDataLocation = null; + glGetTexImage = Bind("glGetTexImage"); glGenFramebuffers = Bind("glGenFramebuffersEXT"); glBindFramebuffer = Bind("glBindFramebufferEXT"); glFramebufferTexture2D = Bind("glFramebufferTexture2DEXT");