Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Fix format-security error in rlgl_standalone.c (
#1305
)
See
#1304
pull/1306/head
Daniel Jour
4 vuotta sitten
committed by
GitHub
vanhempi
871cd1a76a
commit
2d4956feeb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/others/rlgl_standalone.c
+ 1
- 1
examples/others/rlgl_standalone.c
Näytä tiedosto
@ -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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna