소스 검색

Set name as Const and remove not used variable

pull/5245/head
maiconpintoabreu 1 일 전
부모
커밋
37133e9889
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      examples/core/core_monitor_change.c

+ 1
- 2
examples/core/core_monitor_change.c 파일 보기

@ -22,7 +22,7 @@
// Monitor Details
typedef struct Monitor {
Vector2 position;
char *name;
">const char *name;
int width;
int height;
int physicalWidth;
@ -99,7 +99,6 @@ int main(void)
// Get currentMonitorIndex if manually moved
currentMonitorIndex = GetCurrentMonitor();
}
const Monitor currentMonitor = monitors[currentMonitorIndex];
float monitorScale = 0.6;

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