소스 검색

Adjust to standard example screen size

pull/129/merge
Ray 8 년 전
부모
커밋
904ef0d4be
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      examples/shaders_standard_lighting.c

+ 2
- 2
examples/shaders_standard_lighting.c 파일 보기

@ -22,8 +22,8 @@ int main()
{
// Initialization
//--------------------------------------------------------------------------------------
int screenWidth = 1280;
int screenHeight = 720;
int screenWidth = 800;
int screenHeight = 450;
SetConfigFlags(FLAG_MSAA_4X_HINT); // Enable Multi Sampling Anti Aliasing 4x (if available)

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