systemshock icon indicating copy to clipboard operation
systemshock copied to clipboard

OpenGL should not be referenced in code if compiling without the flag

Open mrikola opened this issue 5 years ago • 0 comments

Currently the main window initialization does all sorts of OpenGL setup even if the OpenGL flag isn't set. That code should be put behind an #ifdef OPENGL flag.

mrikola avatar Mar 26 '20 18:03 mrikola