소스 검색

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;

불러오는 중...
취소
저장