瀏覽代碼

fix typo..

pull/4832/head
Bigfoot71 1 周之前
父節點
當前提交
f902cc3f29
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/external/rlsw.h

+ 2
- 2
src/external/rlsw.h 查看文件

@ -458,7 +458,7 @@ void swEnable(SWstate state);
void swDisable(SWstate state);
void swGetFloatv(SWget name, float* v);
const char* glGetString(SWget name);
const char* swGetString(SWget name);
void swViewport(int x, int y, int width, int height);
void swScissor(int x, int y, int width, int height);
@ -3320,7 +3320,7 @@ void swGetFloatv(SWget name, float* v)
}
}
const char* glGetString(SWget name)
const char* swGetString(SWget name)
{
const char* result = NULL;

Loading…
取消
儲存