Update mini_al to v0.8.8

Some minor tweaks around
This commit is contained in:
Ray
2018-09-14 12:47:31 +02:00
parent f32e23c11b
commit 5b09630d45
4 changed files with 1392 additions and 469 deletions

View File

@@ -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;