main: delay und processInput in jedem Schleifendurchlauf
This commit is contained in:
parent
c461b2af84
commit
5c99e2ac79
@ -54,12 +54,11 @@ int main(int argc, char *argv[])
|
||||
if (now - game.timestampLastCycle > config.cycleDurationMs){
|
||||
game.timestampLastCycle = now;
|
||||
runGameCycle();
|
||||
} else{
|
||||
}
|
||||
}
|
||||
DELAY(5); //verhindert maximale Durchlaufgeschwindigkeit der Schleife
|
||||
processInputEvent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
DestroySDLWindow();
|
||||
|
Loading…
x
Reference in New Issue
Block a user