update PortableGL library

This commit is contained in:
Gered 2013-08-17 18:32:16 -04:00
parent c7b00469ae
commit 8befa7adb6
3 changed files with 1 additions and 4 deletions

View file

@ -443,10 +443,7 @@ namespace Blarg.GameFramework
Logger.Info(LOG_TAG, "OpenGL context creation succeeded.");
Logger.Info(LOG_TAG, "Setting OpenTK's OpenGL context and loading OpenGL extensions.");
OpenTK.Graphics.GraphicsContext.CurrentContext = _glContext;
OpenTK.Graphics.OpenGL.GL.LoadAll();
_gl = new SDLGL20();
_gl = new SDLGL20(_glContext);
int redSize;
int greenSize;

Binary file not shown.

Binary file not shown.