mirror of
https://github.com/love2d/megasource.git
synced 2026-08-15 07:41:13 +02:00
Update SDL to 2.0.7
This commit is contained in:
@@ -39,7 +39,7 @@ fatalError(const char *string)
|
||||
static Uint64 prevTime = 0;
|
||||
|
||||
double
|
||||
updateDeltaTime()
|
||||
updateDeltaTime(void)
|
||||
{
|
||||
Uint64 curTime;
|
||||
double deltaTime;
|
||||
|
||||
Reference in New Issue
Block a user