mirror of
https://github.com/bradgrantham/apple2e.git
synced 2024-12-28 08:29:40 +00:00
make run on Linux
This commit is contained in:
parent
bfc177ef10
commit
6e04af2752
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user