瀏覽代碼

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

Loading…
取消
儲存