浏览代码

Removed debug functions

pull/114/head
Ray 9 年前
父节点
当前提交
2646ed0393
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. +0
    -12
      src/rlgl.c

+ 0
- 12
src/rlgl.c 查看文件

@ -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
//----------------------------------------------------------------------------------

正在加载...
取消
保存