Browse Source

Merge pull request #43 from dpogue/gl-fix

Fix case on GL include path
pull/48/head
Adam Johnson 8 years ago committed by GitHub
parent
commit
d40cd7c3ef
  1. 2
      korlib/texture.cpp

2
korlib/texture.cpp

@ -24,7 +24,7 @@
#endif // _WIN32
#include <cmath>
#include <gl/gl.h>
#include <GL/gl.h>
#include <PRP/Surface/plMipmap.h>
#ifndef GL_GENERATE_MIPMAP

Loading…
Cancel
Save