소스 검색

Fixed lighting engine module newlines at end of file

pull/69/head
victorfisac 9 년 전
부모
커밋
e0d8cceb65
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/lighting.c
  2. +1
    -1
      src/lighting.h

+ 1
- 1
src/lighting.c 파일 보기

@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness)
void SetMaterialNormalDepth(Material *material, float depth)
{
material->normalDepth[0] = depth;
}
}

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

@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
}
#endif
#endif // LIGHTING_H
#endif // LIGHTING_H

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