Merge pull request #2031 from rextimmy/intel_gl_fix

Intel GL Fix
This commit is contained in:
Areloch 2017-07-05 23:06:13 -05:00 committed by GitHub
commit e3145d8f5d

View file

@ -94,8 +94,6 @@ mat4 mat4FromRow( float r0c0, float r0c1, float r0c2, float r0c3,
#define tMul(a, b) (a*b)
#define inversesqrt( n ) inversesqrt( n )
#define correctSSP(vec) vec.y *= -1
#ifdef TORQUE_PIXEL_SHADER