Clear resetTimeDelta after resetting.
This commit is contained in:
parent
1475cab9d5
commit
c5cc733957
|
@ -110,6 +110,7 @@ int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
td = 0;
|
td = 0;
|
||||||
then = SDL_GetTicks();
|
then = SDL_GetTicks();
|
||||||
|
app.resetTimeDelta = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
game.stats[STAT_TIME]++;
|
game.stats[STAT_TIME]++;
|
||||||
|
|
Loading…
Reference in New Issue