mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 23:38:15 +00:00
Update mini_al to v0.8.8
Some minor tweaks around
This commit is contained in:
@@ -886,7 +886,7 @@ void EndDrawing(void)
|
||||
// Wait for some milliseconds...
|
||||
if (frameTime < targetTime)
|
||||
{
|
||||
Wait( (float)(targetTime - frameTime)*1000.0f);
|
||||
Wait((float)(targetTime - frameTime)*1000.0f);
|
||||
|
||||
currentTime = GetTime();
|
||||
double extraTime = currentTime - previousTime;
|
||||
|
Reference in New Issue
Block a user