This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Fix format-security error in rlgl_standalone.c (
#1305
)
See
#1304
pull/1306/head
Daniel Jour
пре 4 година
committed by
GitHub
родитељ
871cd1a76a
комит
2d4956feeb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/others/rlgl_standalone.c
+ 1
- 1
examples/others/rlgl_standalone.c
Прегледај датотеку
@ -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
Write
Preview
Loading…
Откажи
Сачувај