소스 검색

Limiting FPS to 60 for uniformity with other examples.

Marco Lizza 6 년 전
부모
커밋
0c5bee4c9a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/shaders/shaders_palette_switch.c

+ 1 - 0
examples/shaders/shaders_palette_switch.c

@@ -88,6 +88,7 @@ int main()
     // Initial index not set, will be automatically bounded below.
     int currentPalette = -1;
 
+    SetTargetFPS(60);                       // Set our game to run at 60 frames-per-second
     //--------------------------------------------------------------------------------------
 
     // Main game loop