Ver a proveniência

minor format tweak

pull/2881/head
Ray há 2 anos
ascendente
cometimento
78ae3b38a6
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver ficheiro

@ -4043,7 +4043,7 @@ static bool InitGraphicsDevice(int width, int height)
glfwWindowHint(GLFW_OPENGL_DEBUG_CONTEXT, GLFW_TRUE); // Enable OpenGL Debug Context
#endif
}
else if (rlGetVersion() == RL_OPENGL_ES_20) // Request OpenGL ES 2.0 context
else if (rlGetVersion() == RL_OPENGL_ES_20) // Request OpenGL ES 2.0 context
{
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 2);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0);

Carregando…
Cancelar
Guardar