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
Update core_custom_frame_control.c
pull/2751/head
Ray
3 vuotta sitten
vanhempi
ee5a87826d
commit
ac3420faac
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/core/core_custom_frame_control.c
+ 1
- 1
examples/core/core_custom_frame_control.c
Näytä tiedosto
@ -110,7 +110,7 @@ int main(void)
waitTime
=
(
1.0f
/
(
float
)
targetFPS
)
-
updateDrawTime
;
if
(
waitTime
>
0.0
)
{
WaitTime
(
(
float
)
waitTime
o">*
1000.0f
)
;
WaitTime
(
(
float
)
waitTime
)
;
currentTime
=
GetTime
(
)
;
deltaTime
=
(
float
)
(
currentTime
-
previousTime
)
;
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna