Pārlūkot izejas kodu

Revert "Fix Windows Hardcoding (#3600)"

This reverts commit 4ae2af0bcc.
pull/3602/head
Ray pirms 1 gada
vecāks
revīzija
d0a783e362
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/platforms/rcore_desktop_sdl.c

+ 2
- 2
src/platforms/rcore_desktop_sdl.c Parādīt failu

@ -48,13 +48,13 @@
* *
**********************************************************************************************/ **********************************************************************************************/
#include "SDL2/SDL.h" // SDL base library (window/rendered, input, timing... functionality)
#include "SDL.h" // SDL base library (window/rendered, input, timing... functionality)
#if defined(GRAPHICS_API_OPENGL_ES2) #if defined(GRAPHICS_API_OPENGL_ES2)
// It seems it does not need to be included to work // It seems it does not need to be included to work
//#include "SDL_opengles2.h" //#include "SDL_opengles2.h"
#else #else
#include "SDL2/SDL_opengl.h" // SDL OpenGL functionality (if required, instead of internal renderer)
#include "SDL_opengl.h" // SDL OpenGL functionality (if required, instead of internal renderer)
#endif #endif
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------

Notiek ielāde…
Atcelt
Saglabāt