make run on Linux

This commit is contained in:
Brad Grantham 2019-02-10 20:30:22 -08:00
parent bfc177ef10
commit 6e04af2752

View File

@ -973,6 +973,7 @@ toggle *record_toggle;
void initialize_gl(void)
{
#if defined(__linux__)
glewExperimental = true; // Needed this on NVIDIA for glGenVertexArrays?!
glewInit();
#endif // defined(__linux__)
GLuint va;