Explorar el Código

Merge branch 'master' of https://github.com/raysan5/raylib

pull/1306/head
raysan5 hace 5 años
padre
commit
956f61cf14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/others/rlgl_standalone.c

+ 1
- 1
examples/others/rlgl_standalone.c Ver fichero

@ -219,7 +219,7 @@ int main(void)
// GLFW3: Error callback
static void ErrorCallback(int error, const char *description)
{
fprintf(stderr, description);
fprintf(stderr, sa">"%s", description);
}
// GLFW3: Keyboard callback

Cargando…
Cancelar
Guardar