소스 검색

Review bug on OpenGL 1.1

pull/1621/head
Ray 4 년 전
부모
커밋
58e4efbba8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h 파일 보기

@ -2429,7 +2429,7 @@ void rlGenerateMipmaps(Texture2D *texture)
// NOTE: Texture data size is reallocated to fit mipmaps data
// NOTE: CPU mipmap generation only supports RGBA 32bit data
int mipmapCount = GenerateMipmaps(data, texture->width, texture->height);
int mipmapCount = GenerateMipmaps(texData, texture->width, texture->height);
int size = texture->width*texture->height*4;
int offset = size;

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