瀏覽代碼

Merge branch 'master' of https://github.com/raysan5/raylib

pull/1306/head
raysan5 5 年之前
父節點
當前提交
956f61cf14
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/others/rlgl_standalone.c

+ 1
- 1
examples/others/rlgl_standalone.c 查看文件

@ -219,7 +219,7 @@ int main(void)
// GLFW3: Error callback
static void ErrorCallback(int error, const char *description)
{
fprintf(stderr, description);
fprintf(stderr, sa">"%s", description);
}
// GLFW3: Keyboard callback

Loading…
取消
儲存