mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
linux followup work by tim
This commit is contained in:
parent
669e811cbb
commit
059d531b62
26 changed files with 6646 additions and 5681 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue