Skip to content

Commit

Permalink
Petite modif
Browse files Browse the repository at this point in the history
  • Loading branch information
nbourre committed Sep 7, 2021
1 parent fccbb1c commit 6624b3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions s04_push_pop/s04_push_pop.pde
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ void draw () {
deltaTime = currentTime - previousTime;
previousTime = currentTime;

if (currentTime < 8000) {
println (currentTime);
return;
}
// Delais d'affichage pour capture d'écran
//if (currentTime < 8000) {
// println (currentTime);
// return;
//}

update(deltaTime);
display();
Expand Down

0 comments on commit 6624b3f

Please sign in to comment.