Browse Source

Removed debug functions

pull/114/head
Ray 9 years ago
parent
commit
2646ed0393
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      src/rlgl.c

+ 0
- 12
src/rlgl.c View File

@ -2377,18 +2377,6 @@ void SetBlendMode(int mode)
} }
} }
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
void PrintProjectionMatrix(void)
{
PrintMatrix(projection);
}
void PrintModelviewMatrix(void)
{
PrintMatrix(modelview);
}
#endif
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Module specific Functions Definition // Module specific Functions Definition
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------

||||||
x
 
000:0
Loading…
Cancel
Save