linux followup work by tim

This commit is contained in:
AzaezelX 2019-08-21 03:12:54 -05:00
parent 669e811cbb
commit 059d531b62
26 changed files with 6646 additions and 5681 deletions

View file

@ -14,7 +14,7 @@ namespace PlatformGL
void init()
{
const U32 majorOGL = 3;
const U32 minorOGL = 2;
const U32 minorOGL = 3;
U32 debugFlag = 0;
#ifdef TORQUE_DEBUG
debugFlag |= SDL_GL_CONTEXT_DEBUG_FLAG;