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