소스 검색

Revert the screenWidth change

pull/735/head
Rob Loach 6 년 전
committed by GitHub
부모
커밋
d897e14161
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/core.c

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

@ -276,7 +276,7 @@ static bool windowMinimized = false; // Check if window has been mini
static const char *windowTitle = NULL; // Window text title...
static unsigned int displayWidth, displayHeight;// Display width and height (monitor, device-screen, LCD, ...)
//static int screenWidth, screenHeight; // Screen width and height (used render area)
static int screenWidth, screenHeight; // Screen width and height (used render area)
static int renderWidth, renderHeight; // Framebuffer width and height (render area, including black bars if required)
static int renderOffsetX = 0; // Offset X from render area (must be divided by 2)
static int renderOffsetY = 0; // Offset Y from render area (must be divided by 2)

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