浏览代码

Small note to remember

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

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

@ -1259,6 +1259,7 @@ void rlglInitGraphics(int offsetX, int offsetY, int width, int height)
// Possible options: GL_SMOOTH (Color interpolation) or GL_FLAT (no interpolation)
#endif
// TODO: Review this comment when called from window resize callback
TraceLog(INFO, "OpenGL Graphics initialized successfully");
}

正在加载...
取消
保存